if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href = "手机版网址"; } else { window.location.href = "PC端网址"; }
原文地址:https://www.cnblogs.com/go-wandering/p/8658566.html
时间: 2024-11-08 18:50:15
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href = "手机版网址"; } else { window.location.href = "PC端网址"; }
原文地址:https://www.cnblogs.com/go-wandering/p/8658566.html