专注于薅羊毛和资源分享_源码下载网

网站屏蔽PC端访问JS代码 网站只允许手机端访问

子吟 技术教学

网站屏蔽PC端访问JS代码 网站只允许手机端访问-第3张插图

用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>

标签: 教程 js代码
资源分享
文章标题:《网站屏蔽PC端访问JS代码 网站只允许手机端访问
本文为转载文章,源于网络。
由《子吟资源网》 整编。
如有侵权联系zingague@qq.com
将在第一时间删除侵权内容,并向你表示抱歉

评论列表

sitemap