源码专区网站禁止PC端访问代码 手机端访问

源码专区网站禁止PC端访问代码 手机端访问

用js限制网页只在手机上打开,网站屏蔽pc访问JS网站只允许手机访问代码。

<script type=”text/javascript”>
if(window.screen.width==0){window.location.replace(“https://www.zxki.cn”)};
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);
if(system.win||system.mac||system.xll) {
location.replace(“http://这里替换为你需要跳转的页面网址”);
}
</script>

留空即为使用默认评论

    © 版权声明
    THE END
    喜欢就支持一下吧
    点赞9 分享
    评论 抢沙发
    头像
    欢迎您留下宝贵的见解!
    提交
    头像

    昵称

    取消
    昵称表情代码图片

      暂无评论内容