<?php
$ip="你要查的ip";
$url="http://ip.taobao.com/service/getIpInfo.php?ip=".$ip;
var_dump(json_decode(file_get_contents($url)));
?>

 

相关文章:

  • 2021-06-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-01-14
  • 2021-12-18
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2021-04-13
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-08-12
  • 2022-01-23
  • 2021-06-06
相关资源
相似解决方案