Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML5 有一个pageshow 事件。在什么情况下它的工作方式与身体的onload处理程序不同?
onload
pageshow 事件在每次页面加载时触发,而在 Firefox 1.5 中从缓存加载页面时 load 事件不会触发。
除了上面的答案,两者之间还有一个更重要的区别。
根据我在 iOS 上的测试,如果你从 a 加载一个本地页面WkWebView,点击一个链接跳转到另一个页面并使用该goBack功能返回上一页,只会onpageshow触发,onload不会。
WkWebView
goBack
onpageshow