調用淘寶接口,獲取
$ip='183.16.198.102';
$json=file_get_contents('http://ip.taobao.com/service/getIpInfo.php?ip='.$ip);
$arr=json_decode($json);
echo $arr->data->country; //國家
echo $arr->data->area; //區域
echo $arr->data->region; //省份
echo $arr->data->city; //城市
echo $arr->data->isp; //運營商