<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/javascript">
document.write(`您的ip是${returnCitySN.cip}您的所在地是${returnCitySN.cname}`)
</script>
var cityCode=returnCitySN.cname;
if(cityCode.cname === '北京市'){
window.location.href = 'http://www.baorenhospital.com/inde.html';
}else{
}
</body>
</html>
搜狐IP地址查询接口(默认GBK):http://pv.sohu.com/cityjson
搜狐IP地址查询接口(可设置编码):http://pv.sohu.com/cityjson?ie=utf-8