網站禁止PC端訪問代碼 手機端訪問

網站禁止PC端訪問代碼 手機端訪問

用 js 限制網頁只在手機端中打開,網站屏蔽 PC 端訪問 JS 代碼,網站只允許手機端訪問。

<script type="text/javascript">  if(window.screen.width==0){window.location.replace("")};  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
喜歡就支持一下吧
點贊10 分享