<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
</body>
</html>
<script src="http://ip.ws.126.net/ipquery"></script>
<script language='javascript' type='text/javascript' src='http://pv.sohu.com/cityjson'></script>
<script language='javascript' type='text/javascript' charset="UTF-8">
var cityy = localAddress['city'];//市级
var pro = localAddress['province'];//省级
var url =window.location.href;//获取地址栏链接
//先判断地区
console.log(cityy);
//判断地址栏有没有nojump字符 没有nojump字符进科普
if(url.indexOf('nojump')== -1 ){
console.log(123);
if (cityy=='宜昌市') {
window.location.href = 'http://www.taobao.com';
}
if (cityy=='孝感市') {
window.location.href = 'http://m.mxzsjt.com/xg/';
}
if (cityy=='十堰市') {
window.location.href = 'http://m.mxzsjt.com/sy/';
}
if (cityy=='黄石市') {
window.location.href = 'http://m.mxzsjt.com/hs/';
}
if (cityy=='武汉市') {
// window.location.href = 'http://www.mb119.com';
}
}else if (url.indexOf('nojump')!= -1 ){
window.location.href = "rw/index.html";//软文链接
}
</script>
如没特殊注明,文章均为众诚网络原创,转载请注明来自https://www.94zc.com/jishu/281.html