global.php

//电脑端调手机端:

<script type="text/javascript">
if(/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(navigator.userAgent)) {
window.location.href = "http://wap.dengshipeng.top/";
} else {
window.location.href = "http://www.baidu.com/";
}
</script>

猜你喜欢

转载自www.cnblogs.com/vip-deng-vip/p/8984479.html