码迷,mamicode.com
首页 > 其他好文 > 详细

判断浏览器类型代码

时间:2018-06-12 19:40:35      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:转换   ash   replace   html   类型   document   mat   tor   pad   

<script type="text/javascript">
function uaredirect(murl) {
try {
if(document.getElementById("bdmark") != null) {
return
}
var urlhash = window.location.hash;
if(!urlhash.match("fromapp")) {
if((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {
location.replace(murl);
}
}
} catch(err) {}
}
uaredirect("wap.html");
</script>

如果是非PC浏览,则转换wap.html

判断浏览器类型代码

标签:转换   ash   replace   html   类型   document   mat   tor   pad   

原文地址:https://www.cnblogs.com/duxingdexin/p/9174512.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!