会出发"beforeonunload"事件。
<html>
<body beforeonunload="alert('close this window')">
test page
</body>
</html>