嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
js代码地区 移端站判断跳转代码,超好用,我一般用竞价页面屏蔽
document.writeln('<script src="http://ip.ws.126.net/ipquery" type="text/ecmascript"></script>');
//跳转代码
var country = localAddress["country"]; //国家
var province = localAddress["province"]; //省份
var city = localAddress["city"]; //城市
refUrl = document.referrer;
ShUrl="lndex.html";
if (province == "北京市" || province == "上海市" || city == "北京市" || city == "上海市" || city == "广州市" || city == "深圳市" || province == "常州市" || city == "常州市") {
window.location.href = ShUrl;
} else {
if (navigator.userAgent.match(/Android/i) ||
navigator.userAgent.match(/webOS/i) ||
navigator.userAgent.match(/iPhone/i) ||
navigator.userAgent.match(/iPad/i) ||
navigator.userAgent.match(/iPod/i) ||
navigator.userAgent.match(/BlackBerry/i) ||
navigator.userAgent.match(/Windows Phone/i)) {
} else {
window.location.href = ShUrl;
}
}