더 이상 고민하지 말고 코드를 살펴보세요.
<script type="text/javascript"> $.getScript('http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js', function(_result) { if (remote_ip_info.ret == '1') { alert('国家:' + remote_ip_info.country +'\n省:' + remote_ip_info.province + '\n市:' + remote_ip_info.city + '\n区:' + remote_ip_info.district + '\nISP:' + remote_ip_info.isp + '\n类型:' + remote_ip_info.type + '\n其他:' + remote_ip_info.desc); } else { alert('没有找到匹配的IP地址信息!'); } }); </script>
위 내용은 이 기사의 전체 내용입니다. 이 기사의 내용이 도움이 되기를 바랍니다. 여러분의 공부나 업무에도 PHP 중국어 웹사이트를 지원하고 싶습니다!
IP를 기반으로 한 현재 도시 위치의 PC 측 포지셔닝에 대한 더 많은 js 기반 기사를 보려면 PHP 중국어 웹사이트에 주목하세요!