phpcms跳轉手機版
阿新 • • 發佈:2019-01-03
把下面程式碼放入<head> </head>;
注意更改成自己的網址
<script> |
var system ={ |
win : false, |
mac : false, |
xll : false |
}; |
//檢測平臺 |
var p = navigator.platform; |
system.win = p.indexOf("Win") == 0; |
system.mac = p.indexOf("Mac") == 0; |
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0); |
//如果是電腦pc訪問的話 |
if(system.win||system.mac||system.xll){ |
// window.location.href="http://zyxdvip.73.550416.com/";//如果是電腦訪問 |
}else{ |
window.location.href="http://xtjinshan.com/index.php?m=wap";//如果是手機訪問 |
} |
</script> |
<script> |
var _hmt = _hmt || []; |
(function() { |
var hm = document.createElement("script"); |
hm.src = "https://hm.baidu.com/hm.js?c86936d13f27aeb173e2fad289cdcb9f"; |
var s = document.getElementsByTagName("script")[0]; |
s.parentNode.insertBefore(hm, s); |
})(); |
</script> |