编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function displayResult() { document.getElementById("b1").style.height="50px"; } </script> </head> <body> <input type="button" id="b1" onclick="displayResult()" value="Change height of button"> </body> </html>
结果:
【此窗口】
帮助?