次のようにコードコードをコピーします。
<script type = "text/javascript">
if(/applewebkit.*mobile/i.test(navigator.useragent)||(/midp | symbianos | nokia | samsung | lg | nec | tcl | dbtel | philips | haier | len | len ovo | mot- | nokia |
if(window.location.href.indexof( "?mobile")<0){{
試す {
if(/android | webos | iphone | ipodododirry/i.test(navigator.userages)){{{{
window.location.href = "モバイルページ";
} else if(/pad/i.test(navigator.useragent)){{
window.location.href = "tablet page";
} それ以外 {
window.location.href = "その他の移動ページ"
}
} catch(e){}
}
}
</script>