{"id":527,"date":"2014-08-21T08:15:06","date_gmt":"2014-08-21T00:15:06","guid":{"rendered":"http:\/\/www.shuran.cn\/?p=527"},"modified":"2014-08-21T08:15:06","modified_gmt":"2014-08-21T00:15:06","slug":"js%e5%88%a4%e6%96%adipadiphoneandroid%e7%9a%84%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/www.shuran.cn\/?p=527","title":{"rendered":"JS\u5224\u65adipad,iphone,android\u7684\u4ee3\u7801"},"content":{"rendered":"<pre class=\"prettyprint lang-js\">&lt;script type=\"text\/javascript\"&gt;  \r\nvar bForcepc = fGetQuery(\"dv\") == \"pc\";  \r\nfunction fBrowserRedirect(){  \r\n    var sUserAgent = navigator.userAgent.toLowerCase();  \r\n    var bIsIpad = sUserAgent.match(\/ipad\/i) == \"ipad\";    \r\n    var bIsIphoneOs = sUserAgent.match(\/iphone os\/i) == \"iphone os\";  \r\n    var bIsMidp = sUserAgent.match(\/midp\/i) == \"midp\";  \r\n    var bIsUc7 = sUserAgent.match(\/rv:1.2.3.4\/i) == \"rv:1.2.3.4\";  \r\n    var bIsUc = sUserAgent.match(\/ucweb\/i) == \"ucweb\";  \r\n    var bIsAndroid = sUserAgent.match(\/android\/i) == \"android\";  \r\n    var bIsCE = sUserAgent.match(\/windows ce\/i) == \"windows ce\";  \r\n    var bIsWM = sUserAgent.match(\/windows mobile\/i) == \"windows mobile\";  \r\n    if(bIsIpad){  \r\n        var sUrl = location.href;      \r\n        if(!bForcepc){  \r\n            window.location.href = \"http:\/\/ipad.jiezo.com\/\";  \r\n        }  \r\n    }  \r\n    if(bIsIphoneOs || bIsAndroid){  \r\n        var sUrl = location.href;      \r\n        if(!bForcepc){  \r\n            window.location.href = \"http:\/\/smart.jiezo.com\/\";  \r\n        }  \r\n    }  \r\n    if(bIsMidp||bIsUc7||bIsUc||bIsCE||bIsWM){  \r\n        var sUrl = location.href;      \r\n        if(!bForcepc){  \r\n            window.location.href = \"http:\/\/m.jiezo.com\/\";  \r\n        }  \r\n    }  \r\n}  \r\nfunction fGetQuery(name){\/\/\u83b7\u53d6\u53c2\u6570\u503c  \r\n    var sUrl = window.location.search.substr(1);  \r\n    var r = sUrl.match(new RegExp(\"(^|&amp;)\" + name + \"=([^&amp;]*)(&amp;|$)\"));  \r\n    return (r == null ? null : unescape(r[2]));  \r\n}  \r\nfunction fShowVerBlock(){     \r\n    if(bForcepc){  \r\n        document.getElementById(\"dv_block\").style.display = \"block\";  \r\n    }  \r\n    else{  \r\n        document.getElementById(\"ad_block\").style.display = \"block\";  \r\n    }  \r\n}  \r\nfBrowserRedirect();  \r\n&lt;\/script&gt; <\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&lt;script type=\"text\/javascript\"&gt; var bForcepc = fG\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.shuran.cn\/?p=527\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-527","post","type-post","status-publish","format-standard","hentry","category-js"],"_links":{"self":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts\/527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=527"}],"version-history":[{"count":1,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts\/527\/revisions"}],"predecessor-version":[{"id":528,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts\/527\/revisions\/528"}],"wp:attachment":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=527"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=527"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}