当前位置: 首页 > php > 正文

function taobaoIP($clientIP){         $taobaoIP = 'http://ip.taobao.com/service/getIpInfo.php?ip='.$clientIP;         $IPinfo = json_decode(file_get_contents($taobaoIP));         $province = $IPinfo->data->region;         $city = $IPinfo->data->city;         $data = $province.$city;         return $data;     }

]]>

淘宝IP API:等您坐沙发呢!

发表评论

gravatar

? razz sad evil ! smile oops grin eek shock ??? cool lol mad twisted roll wink idea arrow neutral cry mrgreen

快捷键:Ctrl+Enter