{"id":3223,"date":"2024-11-10T10:08:02","date_gmt":"2024-11-10T02:08:02","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3223\/"},"modified":"2024-11-10T10:08:02","modified_gmt":"2024-11-10T02:08:02","slug":"js%e5%a6%82%e4%bd%95%e5%88%a4%e6%96%adie%e6%b5%8f%e8%a7%88%e5%99%a8","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3223\/","title":{"rendered":"js\u5982\u4f55\u5224\u65adie\u6d4f\u89c8\u5668"},"content":{"rendered":"<blockquote><p>\n  \u662f\uff0c\u53ef\u4ee5\u4f7f\u7528 javascript \u65b9\u6cd5\u5224\u65ad\u6d4f\u89c8\u5668\u662f\u5426\u662f ie\u3002 \u4ee5\u4e0b\u662f\u5224\u65ad\u65b9\u6cd5\uff1a\u68c0\u67e5 document.documentmode \u5c5e\u6027\uff1a ie \u6d4f\u89c8\u5668\u6709\u4e00\u4e2a\u72ec\u7279\u7684 document.documentmode \u5c5e\u6027\uff0c\u8fd4\u56de\u6d4f\u89c8\u5668\u7684\u6a21\u5f0f\u3002\u68c0\u67e5 navigator.useragent \u5c5e\u6027\uff1a ie \u6d4f\u89c8\u5668\u5177\u6709\u53ef\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d\u7684\u72ec\u7279 user agent \u5b57\u7b26\u4e32\u3002\u68c0\u67e5 window.activexobject \u5bf9\u8c61\uff1a ie \u6d4f\u89c8\u5668\u652f\u6301\u5176\u4ed6\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u7684 activexobject \u5bf9\u8c61\u3002\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/202411\/08\/2024110807395296279.jpg\" class=\"aligncenter\" title=\"js\u5982\u4f55\u5224\u65adie\u6d4f\u89c8\u5668\u63d2\u56fe\" alt=\"js\u5982\u4f55\u5224\u65adie\u6d4f\u89c8\u5668\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5224\u65ad\u6d4f\u89c8\u5668\u662f\u5426\u662f IE<\/strong><\/p>\n<p>\u5728\u73b0\u4ee3 Web \u5f00\u53d1\u4e2d\uff0c\u5224\u65ad\u7528\u6237\u662f\u5426\u4f7f\u7528 Internet Explorer (IE) \u6d4f\u89c8\u5668\u975e\u5e38\u91cd\u8981\uff0c\u56e0\u4e3a\u5b83\u9700\u8981\u7279\u5b9a\u5904\u7406\u3002\u4ee5\u4e0b\u662f JavaScript \u5224\u65ad IE \u6d4f\u89c8\u5668\u7684\u65b9\u6cd5\uff1a<\/p>\n<p><strong>\u4f7f\u7528 document.documentMode \u5c5e\u6027<\/strong><\/p>\n<p>IE \u6d4f\u89c8\u5668\u5177\u6709\u552f\u4e00\u7684 document.documentMode \u5c5e\u6027\uff0c\u5b83\u8868\u793a\u6d4f\u89c8\u5668\u7684\u6a21\u5f0f\u3002\u4ee5\u4e0b\u793a\u4f8b\u6f14\u793a\u5982\u4f55\u4f7f\u7528\u8be5\u5c5e\u6027\uff1a<\/p>\n<pre>if (document.documentMode) {\n  \/\/ \u6d4f\u89c8\u5668\u662f IE\n} else {\n  \/\/ \u6d4f\u89c8\u5668\u4e0d\u662f IE\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u4f7f\u7528 navigator.userAgent \u5c5e\u6027<\/strong><\/p>\n<p>navigator.userAgent \u5c5e\u6027\u5305\u542b\u6709\u5173\u6d4f\u89c8\u5668\u7684\u8be6\u7ec6\u4fe1\u606f\u3002IE \u6d4f\u89c8\u5668\u5177\u6709\u72ec\u7279\u7684 user agent \u5b57\u7b26\u4e32\uff0c\u53ef\u4ee5\u7528\u4ee5\u4e0b\u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d\uff1a<\/p>\n<pre>if (\/MSIE\/i.test(navigator.userAgent)) {\n  \/\/ \u6d4f\u89c8\u5668\u662f IE\n} else {\n  \/\/ \u6d4f\u89c8\u5668\u4e0d\u662f IE\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u4f7f\u7528 window.ActiveXObject \u5bf9\u8c61<\/strong><\/p>\n<p>IE \u6d4f\u89c8\u5668\u652f\u6301 ActiveXObject \u5bf9\u8c61\uff0c\u5176\u4ed6\u6d4f\u89c8\u5668\u5219\u4e0d\u652f\u6301\u3002\u4ee5\u4e0b\u793a\u4f8b\u6f14\u793a\u5982\u4f55\u4f7f\u7528\u5b83\uff1a<\/p>\n<pre>try {\n  new ActiveXObject(\"Microsoft.XMLHTTP\");\n  \/\/ \u6d4f\u89c8\u5668\u662f IE\n} catch (e) {\n  \/\/ \u6d4f\u89c8\u5668\u4e0d\u662f IE\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u786e\u5b9a IE \u7248\u672c<\/strong><\/p>\n<p>\u60a8\u8fd8\u53ef\u4ee5\u4f7f\u7528\u4e0a\u9762\u5217\u51fa\u7684\u65b9\u6cd5\u4e4b\u4e00\u6765\u786e\u5b9a IE \u7684\u7248\u672c\u3002\u4f8b\u5982\uff0cIE 11 \u7684 document.documentMode \u5c5e\u6027\u4e3a 11\u3002<\/p>\n<p><strong>\u6ce8\u610f\u4e8b\u9879<\/strong><\/p>\n<ul>\n<li> <strong>IE \u6a21\u5f0f\u5207\u6362\uff1a<\/strong>\u52a1\u5fc5\u6ce8\u610f\uff0c\u67d0\u4e9b\u5176\u4ed6\u6d4f\u89c8\u5668\uff0c\u5982 Microsoft Edge\uff0c\u53ef\u80fd\u4f1a\u8fdb\u5165 IE \u6a21\u5f0f\u3002\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0cdocument.documentMode \u5c5e\u6027\u53ef\u80fd\u8fd4\u56de IE \u7684\u503c\uff0c\u5373\u4f7f\u5b9e\u9645\u4f7f\u7528\u7684\u4e0d\u662f IE \u6d4f\u89c8\u5668\u3002<\/li>\n<li> <strong>\u7248\u672c\u517c\u5bb9\u6027\uff1a<\/strong>\u4e0d\u540c\u7684 IE \u7248\u672c\u652f\u6301\u4e0d\u540c\u7684\u7279\u6027\u548c API\u3002\u56e0\u6b64\uff0c\u5728\u7279\u5b9a IE \u7248\u672c\u4e0a\u6d4b\u8bd5\u60a8\u7684\u4ee3\u7801\u975e\u5e38\u91cd\u8981\u3002<\/li>\n<\/ul>\n<p>\u4ee5\u4e0a\u5c31\u662fjs\u5982\u4f55\u5224\u65ad\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>\u662f\uff0c\u53ef\u4ee5\u4f7f\u7528 javascript \u65b9\u6cd5\u5224\u65ad\u6d4f\u89c8\u5668\u662f\u5426\u662f ie\u3002 \u4ee5\u4e0b\u662f\u5224\u65ad\u65b9\u6cd5\uff1a\u68c0\u67e5 document.documentmode \u5c5e\u6027\uff1a ie \u6d4f\u89c8\u5668\u6709\u4e00\u4e2a\u72ec\u7279\u7684 document.documentmode \u5c5e\u6027\uff0c\u8fd4\u56de\u6d4f\u89c8\u5668\u7684\u6a21\u5f0f\u3002\u68c0\u67e5 navigator.useragent \u5c5e\u6027\uff1a ie \u6d4f\u89c8\u5668\u5177\u6709\u53ef\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d\u7684\u72ec\u7279 user agent \u5b57\u7b26\u4e32\u3002\u68c0\u67e5 window.activexobject \u5bf9\u8c61\uff1a ie \u6d4f\u89c8\u5668\u652f\u6301\u5176\u4ed6\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u7684 activexobject \u5bf9\u8c61\u3002 \u5982\u4f55\u5224\u65ad\u6d4f\u89c8\u5668\u662f\u5426\u662f IE \u5728\u73b0\u4ee3 Web \u5f00\u53d1\u4e2d\uff0c\u5224\u65ad\u7528\u6237\u662f\u5426\u4f7f\u7528 Internet Explorer (IE) \u6d4f\u89c8\u5668\u975e\u5e38\u91cd\u8981\uff0c\u56e0\u4e3a\u5b83\u9700\u8981\u7279\u5b9a\u5904\u7406\u3002\u4ee5\u4e0b\u662f JavaScript \u5224\u65ad IE \u6d4f\u89c8\u5668\u7684\u65b9\u6cd5\uff1a \u4f7f\u7528 document.documentMode \u5c5e\u6027 IE \u6d4f\u89c8\u5668\u5177\u6709\u552f\u4e00\u7684 document.documentMode \u5c5e\u6027\uff0c\u5b83\u8868\u793a\u6d4f\u89c8\u5668\u7684\u6a21\u5f0f\u3002\u4ee5\u4e0b\u793a\u4f8b\u6f14\u793a\u5982\u4f55\u4f7f\u7528\u8be5\u5c5e\u6027\uff1a if (document.documentMode) { \/\/ \u6d4f\u89c8\u5668\u662f IE } else { \/\/ \u6d4f\u89c8\u5668\u4e0d\u662f [&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-3223","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3223","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=3223"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3223\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3223"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3223"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}