首页 > 其他 > 网站日记>正文

网页pc版和手机版的切换js代码

提示: 阅读权限:公开  

js代码,判断当前是不是非pc端,自动切换到网页的手机版。

(function(Switch){    
var switch_pc = window.location.hash;    
if(switch_pc != "#pc"){    
if(/iphone|ipod|ipad|Android|nokia|blackberry|webos|webmate|bada|lg|ucweb|skyfire|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|wap|mobile/i.test(navigator.userAgent.toLowerCase())){    
Switch.location.href='这里填写你的对应的手机端网址';    
}    
}    
})(window);

 

上一篇:css3下的图片圆角

下一篇:Cannot use a scalar value as an array

tags: js代码 网页代码

返回首页

相关

热门

站内直通车

[!--temp.bottomnav--]
返回顶部