<html>
<head>
<title>OnUnload Example</title>
</head>
<body onload="alert('welcome')" onunload="alert('Goodbye')">
Navigate to another page or close the window.
</body>
</html>
窗体在载入与离开时候的事件处理
最新推荐文章于 2020-11-27 09:15:03 发布
