//判断是否为手机
<script type="text/javascript">
var mobileUrl="http://m.heanny.top",
mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windowssce|palm/i.test(navigator.userAgent.toLowerCase()));
if (mobile) {
window.location = mobileUrl;
}
</script>
暂无评论,还不快来坐沙发...