欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

手機平板等移動端適配跳轉(zhuǎn)URL的js代碼

 更新時間:2014年01月25日 16:46:02   作者:  
這篇文章主要為大家分享下手機平板等移動端適配跳轉(zhuǎn)URL的js代碼,需要的朋友可以參考下
復制代碼 代碼如下:

<script type="text/javascript">
if(/AppleWebKit.*mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){
    if(window.location.href.indexOf("?mobile")<0){
        try{
            if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){
                window.location.href="手機頁面";
            }else if(/iPad/i.test(navigator.userAgent)){
                window.location.href="平板頁面";
            }else{
                window.location.href="其他移動端頁面"
            }
        }catch(e){}
    }
}
</script>

相關(guān)文章

最新評論