这是一个网站介绍的Markdown格式,内容如下:
营口举升机, 营口拆胎机, 营口平衡机, 营口冠华良易汽保设备有限公司官网
營口舉昇機, 營口拆胎機, 營口平衡機, 營口冠華良易汽保設備有限公司官網
定義 Mobile (全小寫)
var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mobile", "blackberry", "webos", "incognito", "webmate", "bada", "nokia", "lg", "ucweb", "skyfire");
讀取用戶的瀏覽器資料
var browser = navigator.userAgent.toLowerCase();
var isMobile = false; //檢查開始
for (var i=0; i<mobileAgent.length; i++){ if (browser.indexOf(mobileAgent[i])!=-1){ isMobile = true; //alert(mobileAgent[i]); //程式碼(轉址) location.href = 'http://www.guanhua.biz/m'; //停止運行迴圈}