{"id":932,"date":"2010-03-04T21:33:00","date_gmt":"2010-03-04T01:33:00","guid":{"rendered":""},"modified":"2013-11-26T11:56:00","modified_gmt":"2013-11-26T03:56:00","slug":"javascript%e5%88%a4%e6%96%ad%e6%b5%8f%e8%a7%88%e5%99%a8%e5%92%8c%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e7%b1%bb%e5%9e%8b","status":"publish","type":"post","link":"https:\/\/kyle.ai\/blog\/932.html","title":{"rendered":"Javascript\u5224\u65ad\u6d4f\u89c8\u5668\u548c\u64cd\u4f5c\u7cfb\u7edf\u7c7b\u578b"},"content":{"rendered":"<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n    var ua = navigator.userAgent.toLowerCase();\r\n    var isStrict = document.compatMode == &quot;CSS1Compat&quot;, \/\/ \u662f\u5426\u5b9a\u4e49DOCUMENT\u7c7b\u578b\r\n    isOpera = ua.indexOf(&quot;opera&quot;)&gt;-1, \/\/ \u662fOpera\r\n    isChrome = ua.indexOf(&quot;chrome&quot;)&gt;-1, \/\/\u662fChrome\r\n    isSafari = !isChrome&amp;&amp;(\/webkit|khtml\/).test(ua), \/\/\u662fSafari\r\n    isSafari3 = isSafari&amp;&amp;ua.indexOf(&quot;webkit\/5&quot;)! = -1, \/\/ Safari3\r\n    isIE = !isOpera&amp;&amp;ua.indexOf(&quot;msie&quot;)&gt;-1, \/\/IE6\r\n    isIE7 = !isOpera&amp;&amp;ua.indexOf(&quot;msie 7&quot;)&gt;-1, \/\/ IE7\r\n    isIE8 = !isOpera&amp;&amp;ua.indexOf(&quot;msie 8&quot;)&gt;-1, \/\/IE8\r\n    isGecko = !isSafari&amp;&amp;!isChrome&amp;&amp;ua.indexOf(&quot;gecko&quot;)&gt;-1, \/\/ Gecko\u5185\u6838\r\n    isGecko3 = isGecko&amp;&amp;ua.indexOf(&quot;rv:1.9&quot;)&gt;-1, \/\/ Gecko3\u5185\u6838\r\n    isBorderBox = isIE&amp;&amp;!isStrict, \/\/ \u4f7f\u7528\u76d2\u6a21\u578b\r\n    isWindows = (ua.indexOf(&quot;windows&quot;)! = -1||ua.indexOf(&quot;win32&quot;)! = -1), \/\/ \u662fWindows\u7cfb\u7edf\r\n    isMac = (ua.indexOf(&quot;macintosh&quot;)! = -1||ua.indexOf(&quot;mac os x&quot;)! = -1), \/\/ \u662fMacOS\u7cfb\u7edf\r\n    isAir = (ua.indexOf(&quot;adobeair&quot;)! = -1), \/\/ \u662f\u7528Adobe Air\u6d4f\u89c8\r\n    isLinux = (ua.indexOf(&quot;linux&quot;)! = -1), \/\/ \u662fLinux\u7cfb\u7edf\r\n    isSecure = window.location.href.toLowerCase().indexOf(&quot;https&quot;) === 0;  \/\/ \u662fSSL\u6d4f\u89c8\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>var ua = navigator.userAgent.toLowerCase(); var isStric [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-932","post","type-post","status-publish","format-standard","hentry","category-code_related"],"_links":{"self":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/comments?post=932"}],"version-history":[{"count":1,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/932\/revisions"}],"predecessor-version":[{"id":5242,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/932\/revisions\/5242"}],"wp:attachment":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/media?parent=932"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/categories?post=932"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/tags?post=932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}