1 <script type="text/javascript"> 2 try{ 3 if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){ 4 window.location.href="mindex.html"; 5 }else{ 6 window.location.href="cindex.html"; 7 } 8 }catch(e){} 9 </script>
时间: 2024-10-11 00:53:00