安科网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <script> function changeSize() { document.getElementById("compman").height="250"; document.getElementById("compman").width="300"; } </script> </head> <body> <img id="compman" src="/statics/images/w3c/eg_compman.gif" width="107" height="98"> <br><br> <input type="button" onclick="changeSize()" value="Change size of image"> </body> </html>
运行结果
Copyright © 2013 - 2019 Ancii.com All Rights Reserved
京ICP备18063983号-5
京公网安备11010802014868号