1. 当前位置:网站首页 > 技术分享 > 建站

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

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

<script type="text/javascript">
if(window.screen.width==0){window.location.replace("https://www.90175.com")};
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>


本文由网上采集发布,不代表我们立场,转载联系作者并注明出处:https://www.90175.com/wenku/txtlist_i89v.html

联系我们

在线咨询:点击这里给我发消息

微信号:76891828

工作日:9:30-18:30,节假日休息