资料来源:网络整理
时间:2023/2/14 0:14:52 共计:3592 浏览
<script type="text/javascript">
var pc_style = "";
var browser = {
versions : function() {
var u = navigator.userAgent, app = navigator.appVersion;
return {
trident : u.indexOf('Trident') > -1,
presto : u.indexOf('Presto') > -1,
webKit : u.indexOf('AppleWebKit') > -1,
gecko : u.indexOf('Gecko') > -1
&& u.indexOf('KHTML') == -1,
mobile : !!u
.match(/AppleWebKit.*Mobile.*/)
|| !!u.match(/AppleWebKit/)
&& u.indexOf('QIHU')
&& u.indexOf('Chrome') < 0,
ios : !!u
.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
android : u.indexOf('Android') > -1
|| u.indexOf('Linux') > -1,
iPhone : u.indexOf('iPhone') > -1
|| u.indexOf('Mac') > -1,
iPad : u.indexOf('iPad') > -1,
webApp : u.indexOf('Safari') == -1,
ua : u
};
}(),
language : (navigator.browserLanguage || navigator.language)
.toLowerCase()
};
if (browser.versions.mobile
&& !browser.versions.iPad) {
this.location = "http://www.begon.cn/";
}
</script>
版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。