if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href = "手机版网址"; } else { window.location.href = "PC端网址"; }
标签:ref pos post useragent ipo test navigator nav black
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href = "手机版网址"; } else { window.location.href = "PC端网址"; }
标签:ref pos post useragent ipo test navigator nav black
原文地址:https://www.cnblogs.com/go-wandering/p/8658566.html