简单教程
提交运行
代码编辑器:
<script> function showMsg() { alert("您已经更改了浏览器窗口的大小!"); } </script> <body onresize="showMsg()"> <p>调整浏览器窗口</p> </body>
运行结果: