屏蔽某個(gè)地區(qū)不讓進(jìn)網(wǎng)站代碼
代碼要放到首頁(yè)頂部title的上面,把代碼中廣東可以改成你不想要哪個(gè)地區(qū)的。
<script type="text/javascript" src="https://r.inews.qq.com/api/ip2city?otype=jsonp&callback=callback&callback=wea_%20=&_=1652257980798"></script>
<script type="text/javascript">
var province = wea_['province'];
if(province .indexOf('廣東') >= 0)
{
window.location.href="http://locahost11111111:1234";
}
else
{
}
</script>
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載。
相關(guān)文章
暫無(wú)評(píng)論...