标签:转换 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