<...script type="text/javascript">
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/iPad/i)=="ipad"){
window.location.href='http://www.nanbaike.com/m ';
}
if(ua.match(/android/i)=="android" || ua.match(/iPhone/i)=="iphone"){
window.location.href='http://www.nanbaike.com/m ';
}
<..../script>
備注:http://www.nanbaike.com/m 這個地方注意填寫你的手機網址, 此代碼建議放在html頁面中頭部文件head里,以上僅供參考。
在使用過程中請把代碼中的 ... 去掉。