JS判断终端时间:2023-03-09 18:16:04 //判断手机终端 if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)) { window.location.href = 'mobile.html' }