在我的网站上检测移动js的任何原因都不适用于android?

时间:2013-10-30 22:05:31

标签: javascript android mobile

<script type="text/javascript" src="js/detectmobile.js"></script>
<script>
    try {
        // This is the URL where mobile
        detectmobile.defaultMobileURL = "http://www.nsahaiku.net/mobile.php";
        detectmobile.process();
    } catch (e) {
        // Make sure that in the fault modes
        // we do not interrupt execution of other Javascript code
    }
</script>

www.nsahaiku.net没有骰子,我在Android浏览器上看到了一堆行话:(适用于iPhone的工作......

0 个答案:

没有答案