if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { } else { alert('请在移动端登录'); window.opener=null; window.open('','_self'); window.close(); }
本文共 296 字,大约阅读时间需要 1 分钟。
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { } else { alert('请在移动端登录'); window.opener=null; window.open('','_self'); window.close(); }
转载于:https://www.cnblogs.com/NB-JDzhou/p/9121976.html