<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<style>
#div1 { width:300px; height:300px; background:red;
} </style>
<script>
function setdiv(name,value) { var odiv=document.getElementById('div1');
odiv.style[name]=value;
} </script></head><body>
<div id="div1"></div>
<input type="button" value="变宽" onclick="setdiv('width','500px')"/>
<input type="button" value="变高" onclick="setdiv('height','500px')"/>
<input type="button" value="变绿" onclick="setdiv('background','green')"/></body></html>
慕后森
LEATH
随时随地看视频慕课网APP
相关分类