global.php
Posted 林间有风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于global.php的主要内容,如果未能解决你的问题,请参考以下文章