案例:javascript案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body onunload="alert('The onunload event was triggered')">
4
<p>Close the page to trigger the onunload event.</p>
5
</body>
6
7
</html>
8