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

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

 

posted @ 2015-08-26 11:20  李照耀  阅读(309)  评论(0编辑  收藏  举报