简单教程
提交运行
代码编辑器:
<script> function displayResult(){ document.getElementById("b1").style.height="50px"; } </script> <input type="button" id="b1" onclick="displayResult()" value="修改按钮高度">
运行结果: