一句话菜刀获取ip详细信息

it2022-06-29  79

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

 

转载于:https://www.cnblogs.com/lizhaoyao/p/4759822.html


最新回复(0)