{"id":1929,"date":"2023-03-25T14:26:38","date_gmt":"2023-03-25T06:26:38","guid":{"rendered":""},"modified":"2023-03-25T14:26:38","modified_gmt":"2023-03-25T06:26:38","slug":"ES6 \u9875\u9762\u91cd\u5b9a\u5411","status":"publish","type":"post","link":"https:\/\/bianchenghao6.com\/1929.html","title":{"rendered":"ES6 \u9875\u9762\u91cd\u5b9a\u5411"},"content":{"rendered":"
\n
\nwindow.location = \" https:\/\/bianchenghao6.com\/\"<\/span>;<\/span><\/pre>\n<\/code>\n <\/div>\n
location.replace()<\/h2>\n\n \u662f\u5e38\u7528\u7684window.location\u5bf9\u8c61\u4e4b\u4e00\u3002\u5b83\u7528\u4e8e\u7528\u65b0\u7684\u6587\u6863\u66ff\u6362\u539f\u59cb\u6587\u6863\u3002\n <\/div>\n\n \u5728\u8fd9\u4e2a\u65b9\u6cd5\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u4f20\u9012\u4e00\u4e2a\u65b0\u7684 URL\uff0c\u7136\u540e\u5b83\u4f1a\u6267\u884c\u4e00\u4e2a HTTP \u91cd\u5b9a\u5411\u3002\n <\/div>\n\n \u8bed\u6cd5\n <\/div>\n\n\nwindow.location.replace<\/span>(\"new URL\"<\/span>);<\/pre>\n<\/code>\n <\/div>\n
\n \u793a\u4f8b\n <\/div>\n\n\nwindow.location.replace<\/span>(\"https:\/\/bianchenghao6.com\/\"<\/span>);<\/span><\/pre>\n<\/code>\n <\/div>\n
location.assign()<\/h2>\n\n \u6b64\u65b9\u6cd5\u7528\u4e8e\u5728\u6d4f\u89c8\u5668\u7a97\u53e3\u4e2d\u52a0\u8f7d\u65b0\u6587\u6863\u3002\n <\/div>\n\n location \u7684\u533a\u522b.assign() \u548c location.replace() \u65b9\u6cd5\u662f replace() \u65b9\u6cd5\u5220\u9664\u5f53\u524d\u7684 URL \u6765\u81ea\u6587\u6863\u7684\u5386\u53f2\u8bb0\u5f55\u3002\u56e0\u6b64\uff0c\u5c06\u65e0\u6cd5\u6267\u884c\u8fd4\u56de\u5bfc\u822a\u3002\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u4e0d\u80fd\u4f7f\u7528\u540e\u9000\u6309\u94ae\u3002\n <\/div>\n\n \u4e3a\u4e86\u907f\u514d\u8fd9\u79cd\u60c5\u51b5\uff0c\u6211\u4eec\u5e94\u8be5\u4f7f\u7528 location.assign() \u65b9\u6cd5\uff0c\u56e0\u4e3a\u5b83\u4f1a\u52a0\u8f7d\u4e00\u4e2a\u65b0\u7684\u6d4f\u89c8\u5668\u6587\u6863\u3002\n <\/div>\n\n \u8bed\u6cd5\n <\/div>\n\n\nwindow.location.assign<\/span>(\"https:\/\/bianchenghao6.com\/\"<\/span>);<\/span><\/pre>\n<\/code>\n <\/div>\n
location.reload()<\/h2>\n\n \u8be5\u65b9\u6cd5\u7528\u4e8e\u52a8\u6001\u91cd\u65b0\u52a0\u8f7d\u5f53\u524d\u6587\u6863\u3002\u6211\u4eec\u53ef\u4ee5\u6307\u5b9a\u4e00\u4e2a\u5e03\u5c14\u53c2\u6570\uff0ctrue \u6216 false\u3002\u5982\u679c\u53c2\u6570\u503c\u4e3a\u771f\uff0c\u5219\u8be5\u65b9\u6cd5\u5c06\u5f3a\u5236\u6d4f\u89c8\u5668\u4ece\u670d\u52a1\u5668\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u3002\u4f46\u5982\u679c\u5b83\u662f false \u6216\u672a\u6307\u5b9a\uff0c\u90a3\u4e48\u6d4f\u89c8\u5668\u53ef\u80fd\u4f1a\u4ece\u7f13\u5b58\u4e2d\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u3002\n <\/div>\n\n \u793a\u4f8b\n <\/div>\n\n\nwindow.location.reload<\/span>(\"https:\/\/bianchenghao6.com\/\"<\/span>);<\/span><\/pre>\n<\/code>\n <\/div>\n
window.navigate()<\/h2>\n\n \u6b64\u65b9\u6cd5\u4ec5\u5728 Internet Explorer \u4e2d\u53ef\u7528\uff0c\u56e0\u4e3a\u6240\u6709\u5176\u4ed6\u6d4f\u89c8\u5668\u90fd\u5220\u9664\u4e86\u6b64\u65b9\u6cd5\u3002\u5b83\u7c7b\u4f3c\u4e8e\u4e3a window.location.href \u5c5e\u6027\u5206\u914d\u4e00\u4e2a\u65b0\u503c\u3002\n <\/div>\n\n \u793a\u4f8b\n <\/div>\n\n\nwindow.navigate<\/span>(\"https:\/\/bianchenghao6.com\/\"<\/span>);<\/span><\/pre>\n<\/code>\n <\/div>\n
\u641c\u7d22\u5f15\u64ce\u4f18\u5316\u548c\u9875\u9762\u91cd\u5b9a\u5411<\/h2>\n\n \u901a\u5e38\uff0c\u641c\u7d22\u5f15\u64ce\u4e0d\u4f1a\u5206\u6790 JavaScript \u6765\u68c0\u67e5\u91cd\u5b9a\u5411\u3002\u6240\u4ee5\uff0c\u5982\u679c\u9700\u8981\u901a\u77e5\u641c\u7d22\u5f15\u64ce(SEO)\u5173\u4e8eURL\u8f6c\u53d1\uff0c\u6211\u4eec\u9700\u8981\u6dfb\u52a0rel = \"canonical\" \u6807\u7b7e\u5728\u7f51\u9875\u7684\u5934\u90e8\u90e8\u5206\u3002\n <\/div>\n\n \u793a\u4f8b\n <\/div>\n\n\n<link rel = \"canonical\"<\/span> href = \"https:\/\/bianchenghao6.com\/\"<\/span> \/><\/span><\/pre>\n<\/code>\n <\/div>\n
<\/body>
\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"ES6 \u9875\u9762\u91cd\u5b9a\u5411zh-cn","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[161],"tags":[],"class_list":["post-1929","post","type-post","status-publish","format-standard","hentry","category-es6jc"],"_links":{"self":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/posts\/1929"}],"collection":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/comments?post=1929"}],"version-history":[{"count":0,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/posts\/1929\/revisions"}],"wp:attachment":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/media?parent=1929"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/categories?post=1929"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/tags?post=1929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}