简单教程
提交运行
代码编辑器:
<script> function changeSize(){ document.getElementById("compman").height="250"; document.getElementById("compman").width="300"; } </script> <img id="compman" src="/static/i/img3.jpg" height="98"> <br><br> <input type="button" onclick="changeSize()" value="修改图像大小">
运行结果: