标签: javascript html
可能重复: Cross-browser onload event and the Back button
当用户点击浏览器返回该页面时,如何强制视图/页面刷新?
答案 0 :(得分:1)
使用 onunload
onunload
<body onunload="alert(unloading page')"></body>