網(wǎng)站屏蔽PC端訪問JS代碼 網(wǎng)站只允許手機端訪問

用js限制網(wǎng)頁只在手機端中打開,網(wǎng)站屏蔽PC端訪問JS代碼,網(wǎng)站只允許手機端訪問。
<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://這里替換為你需要跳轉(zhuǎn)的頁面網(wǎng)址"); } </script>
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載。
相關(guān)文章
暫無評論...