首頁 >web前端 >html教學 >html網頁判斷手機還是電腦登陸進入的方法

html網頁判斷手機還是電腦登陸進入的方法

高洛峰
高洛峰原創
2017-03-24 11:31:502994瀏覽

這篇文章詳解html網頁判斷手機還是電腦登陸進入的方法

<script type="text/javascript">
try{
    if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
        window.location.href="mindex.html";
    }else{
        window.location.href="cindex.html";
    }
}catch(e){}
</script>

以上是html網頁判斷手機還是電腦登陸進入的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn