html网页判断手机还是电脑登陆进入的方法
来源:动视网
责编:小采
时间:2020-11-27 15:34:25
html网页判断手机还是电脑登陆进入的方法
html网页判断手机还是电脑登陆进入的方法:这篇文章详解html网页判断手机还是电脑登陆进入的方法<script type="text/javascript"> try{ if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location
导读html网页判断手机还是电脑登陆进入的方法:这篇文章详解html网页判断手机还是电脑登陆进入的方法<script type="text/javascript"> try{ if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location

这篇文章详解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网页判断手机还是电脑登陆进入的方法
html网页判断手机还是电脑登陆进入的方法:这篇文章详解html网页判断手机还是电脑登陆进入的方法<script type="text/javascript"> try{ if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location