Loading... ```js <script type="text/javascript" src="http://ip-api.com/json/?fields=22274075&lang=zh-CN&callback=ipstatus"></script>#IP地址自己调用具体看下面格式就明白 <script> <!--{"status":"success","continent":"亚洲","country":"中国","countryCode":"CN","regionName":"浙江省","city":"杭州","asname":"ALIBABA-CN-NET","mobile":false,"proxy":false,"hosting":true,"query":"121.40.43.188"}--> function ipstatus(data) { #下面是开始拼接地址这样实现寻找关键词是否存在 如果存在就跳转地址 var province = data.country+data.regionName+city; <!--下面意思寻找province里面是否包含杭州--> if (province.indexOf('杭州') !== -1) { window.location.href = 'http://www.baidu.com/'; } } </script> ``` 最后修改:2023 年 07 月 29 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏