标签:win dong ref browser iphone nec useragent tor symbian
functiongoPAGE() {
if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
/*window.location.href="你的手机版地址";*/
alert("mobile")
}else {
/*window.location.href="你的电脑版地址"; */
alert("pc")
}
}
goPAGE();
标签:win dong ref browser iphone nec useragent tor symbian
原文地址:https://www.cnblogs.com/930115586qq/p/9488843.html