這篇文章詳解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中文網其他相關文章!