<script type="text/javascript">
if(navigator.userAgent.indexOf(‘Mobile‘) != -1){
console.log("app");
}else{
window.location.href="web_download.html";
console.log("web");
}
时间: 2024-10-12 15:20:58
<script type="text/javascript">
if(navigator.userAgent.indexOf(‘Mobile‘) != -1){
console.log("app");
}else{
window.location.href="web_download.html";
console.log("web");
}