{"id":3626,"date":"2024-11-10T17:59:54","date_gmt":"2024-11-10T09:59:54","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3626\/"},"modified":"2024-11-10T17:59:54","modified_gmt":"2024-11-10T09:59:54","slug":"chrome-%e6%b5%8f%e8%a7%88%e5%99%a8-onbeforeunload-%e4%ba%8b%e4%bb%b6%e5%a4%b1%e6%95%88%ef%bc%8c%e6%9c%89%e5%93%aa%e4%ba%9b%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3626\/","title":{"rendered":"Chrome \u6d4f\u89c8\u5668 onbeforeunload \u4e8b\u4ef6\u5931\u6548\uff0c\u6709\u54ea\u4e9b\u66ff\u4ee3\u65b9\u6848\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173107453389759.jpg\" class=\"aligncenter\" title=\"Chrome \u6d4f\u89c8\u5668 onbeforeunload \u4e8b\u4ef6\u5931\u6548\uff0c\u6709\u54ea\u4e9b\u66ff\u4ee3\u65b9\u6848\uff1f\u63d2\u56fe\" alt=\"Chrome \u6d4f\u89c8\u5668 onbeforeunload \u4e8b\u4ef6\u5931\u6548\uff0c\u6709\u54ea\u4e9b\u66ff\u4ee3\u65b9\u6848\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>chrome \u6d4f\u89c8\u5668 onbeforeunload \u4e8b\u4ef6\u5931\u6548\uff0c\u6709\u66ff\u4ee3\u65b9\u6848\u5417\uff1f<\/strong><\/p>\n<p>\u5728 chrome \u6d4f\u89c8\u5668\u4e2d\u4f7f\u7528 window.onbeforeunload \u4e8b\u4ef6\u6765\u5b9e\u73b0\u79bb\u5f00\u9875\u9762\u63d0\u793a\u7684\u529f\u80fd\u65f6\uff0c\u9700\u8981\u6ce8\u610f\u8be5\u4e8b\u4ef6\u5df2\u5728 chrome 51 \u4e2d\u88ab\u79fb\u9664\u3002\u5176\u4ed6\u6d4f\u89c8\u5668\u4e5f\u76f8\u5e94\u7248\u672c\u79fb\u9664\u4e86\u6b64\u4e8b\u4ef6\u3002<\/p>\n<p>\u9488\u5bf9\u8fd9\u4e2a\u95ee\u9898\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u66ff\u4ee3\u65b9\u6848\uff1a<\/p>\n<p><strong>\u65b9\u6848 1\uff1abeforeunload \u4e8b\u4ef6<\/strong><\/p>\n<p>\u867d\u7136 onbeforeunload \u4e8b\u4ef6\u5df2\u5f03\u7528\uff0c\u4f46 browsers\uff08\u5305\u62ec chrome\u3001firefox\u3001edge \u7b49\uff09\u4ecd\u7136\u652f\u6301 beforeunload \u4e8b\u4ef6\u3002\u8be5\u4e8b\u4ef6\u4e0e onbeforeunload \u7c7b\u4f3c\uff0c\u5728\u4e8e\u5b83\u7684\u89e6\u53d1\u65f6\u673a\u4e0e\u7a97\u53e3\u5173\u95ed\u65f6\u523b\u76f8\u5173\uff0c\u800c onbeforeunload \u4e8b\u4ef6\u7684\u89e6\u53d1\u65f6\u673a\u4e0e\u9875\u9762\u79bb\u5f00\u65f6\u523b\u76f8\u5173\u3002<\/p>\n<pre>window.addeventlistener('beforeunload', function(e) {\n  var message = 'leave?';\n  e = e || window.event;\n  if (e) {\n    e.returnvalue = message;\n  }\n  return message;\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u65b9\u6848 2\uff1a\u9875\u9762\u53ef\u89c1\u6027 api<\/strong><\/p>\n<p>\u9875\u9762\u53ef\u89c1\u6027 api \u53ef\u4ee5\u7528\u6765\u68c0\u6d4b\u6d4f\u89c8\u5668\u7a97\u53e3\u662f\u5426\u5904\u4e8e\u53ef\u89c1\u72b6\u6001\u3002\u5f53\u7a97\u53e3\u4e0d\u53ef\u89c1\u65f6\uff0c\u53ef\u4ee5\u89e6\u53d1\u63d0\u793a\u3002<\/p>\n<pre>document.addeventlistener('visibilitychange', function() {\n  if (document.visibilitystate === 'hidden') {\n    \/\/ \u9875\u9762\u79bb\u5f00\uff0c\u89e6\u53d1\u63d0\u793a\n  }\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u65b9\u6848 3\uff1a\u4f1a\u8bdd\u5b58\u50a8<\/strong><\/p>\n<p>\u53ef\u4ee5\u4f7f\u7528\u4f1a\u8bdd\u5b58\u50a8\u6765\u4fdd\u5b58\u7528\u6237\u8f93\u5165\u7684\u6570\u636e\u3002\u8fd9\u6837\uff0c\u5f53\u7528\u6237\u79bb\u5f00\u9875\u9762\u540e\u518d\u56de\u6765\u65f6\uff0c\u53ef\u4ee5\u6062\u590d\u4e4b\u524d\u8f93\u5165\u7684\u6570\u636e\u3002<\/p>\n<pre>\/\/ \u4fdd\u5b58\u6570\u636e\u5230\u4f1a\u8bdd\u5b58\u50a8\nsessionStorage.setItem('myData', JSON.stringify(myData));\n\n\/\/ \u4ece\u4f1a\u8bdd\u5b58\u50a8\u4e2d\u6062\u590d\u6570\u636e\nvar myData = JSON.parse(sessionStorage.getItem('myData'));<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fChrome \u6d4f\u89c8\u5668 onbeforeunload \u4e8b\u4ef6\u5931\u6548\uff0c\u6709\u54ea\u4e9b\u66ff\u4ee3\u65b9\u6848\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>chrome \u6d4f\u89c8\u5668 onbeforeunload \u4e8b\u4ef6\u5931\u6548\uff0c\u6709\u66ff\u4ee3\u65b9\u6848\u5417\uff1f \u5728 chrome \u6d4f\u89c8\u5668\u4e2d\u4f7f\u7528 window.onbeforeunload \u4e8b\u4ef6\u6765\u5b9e\u73b0\u79bb\u5f00\u9875\u9762\u63d0\u793a\u7684\u529f\u80fd\u65f6\uff0c\u9700\u8981\u6ce8\u610f\u8be5\u4e8b\u4ef6\u5df2\u5728 chrome 51 \u4e2d\u88ab\u79fb\u9664\u3002\u5176\u4ed6\u6d4f\u89c8\u5668\u4e5f\u76f8\u5e94\u7248\u672c\u79fb\u9664\u4e86\u6b64\u4e8b\u4ef6\u3002 \u9488\u5bf9\u8fd9\u4e2a\u95ee\u9898\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u66ff\u4ee3\u65b9\u6848\uff1a \u65b9\u6848 1\uff1abeforeunload \u4e8b\u4ef6 \u867d\u7136 onbeforeunload \u4e8b\u4ef6\u5df2\u5f03\u7528\uff0c\u4f46 browsers\uff08\u5305\u62ec chrome\u3001firefox\u3001edge \u7b49\uff09\u4ecd\u7136\u652f\u6301 beforeunload \u4e8b\u4ef6\u3002\u8be5\u4e8b\u4ef6\u4e0e onbeforeunload \u7c7b\u4f3c\uff0c\u5728\u4e8e\u5b83\u7684\u89e6\u53d1\u65f6\u673a\u4e0e\u7a97\u53e3\u5173\u95ed\u65f6\u523b\u76f8\u5173\uff0c\u800c onbeforeunload \u4e8b\u4ef6\u7684\u89e6\u53d1\u65f6\u673a\u4e0e\u9875\u9762\u79bb\u5f00\u65f6\u523b\u76f8\u5173\u3002 window.addeventlistener(&#8216;beforeunload&#8217;, function(e) { var message = &#8216;leave?&#8217;; e = e || window.event; if (e) { e.returnvalue = message; } return message; }); \u767b\u5f55\u540e\u590d\u5236 \u65b9\u6848 2\uff1a\u9875\u9762\u53ef\u89c1\u6027 api \u9875\u9762\u53ef\u89c1\u6027 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-3626","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=3626"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3626\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}