《直接添加下方代碼至index首頁代碼最上方》
<script type="text/javascript">
var userAgent = navigator.userAgent.toLowerCase();
var platform;
if(userAgent == null || userAgent == '')
{
platform = 'WEB'; location.href = "http://www.0451huishou.cn/";
}else{
if(userAgent.indexOf("android") != -1 )
{
platform = 'ANDROID';
location.href = "http://www.0451huishou.cn/3g/";
}else if(userAgent.indexOf("ios") != -1 || userAgent.indexOf("iphone")
!= -1 || userAgent.indexOf("ipad") != -1)
{
platform = 'IOS';
location.href = "http://www.0451huishou.cn/3g/";
}else if(userAgent.indexOf("windows phone") != -1 )
{
platform = 'WP';
location.href = "http://www.0451huishou.cn/3g/";
}
}
</script>
《注意更換為自己的域名,并且把手機端的頁面代碼放在根目錄先命名“3g”》
供參考
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/312155.html
標籤:其他
