Recent Articles
  • Popular Topics:
Submit Ticket

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

Release Time:2023-12-14  Views:97

详情介绍

62c9ca2ec5a26.jpg

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


  1. <script type="text/javascript">
  2. if(window.screen.width==0){window.location.replace("http://www.98sucai.com")};
  3. var system={win:false,mac:false,xll:false};
  4. var p = navigator.platform;
  5. system.win=p.indexOf("Win")==0;
  6. system.mac=p.indexOf("Mac")==0;    
  7. system.x11=(p=="X11") || (p.indexOf("Linux")==0);    
  8. if(system.win||system.mac||system.xll) {
  9. location.replace("http://这里替换为你需要跳转的页面网址");
  10. }
  11. </script>
Popular Topics

Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationRegistrant Educational Information Copyright© 2024 重庆零玖云网络科技有限公司. All rights reserved.