案例:javascript案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body onresize="alert('You have changed the size of the window')">
4
<p>Try to resize the browser window.</p>
5
</body>
6
7
</html>
8