因为js是不能获取到ip地址的,所以只能通过其他方式来获取。网上很多公司都有接口,下面提供亲测的接口,搜狐提供的免费接口,提供ip和地区。
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/javascript">
var ip = returnCitySN["cip"]+','+returnCitySN["cname"];
console.log(ip);
</script>
因为js是不能获取到ip地址的,所以只能通过其他方式来获取。网上很多公司都有接口,下面提供亲测的接口,搜狐提供的免费接口,提供ip和地区。
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/javascript">
var ip = returnCitySN["cip"]+','+returnCitySN["cname"];
console.log(ip);
</script>