运用百度开发平台接口根据IP地址获取位置
https//opendata.baidu.com/api.php?query=121.43.55.17&resource_id=6006
其它多余参数:
http://opendata.baidu.com/api.php?query=58.63.227.166&co=&resource_id=6006&t=1328693286691&ie=utf8&oe=gbk&format=json&tn=baidu
返回值:
{
"status":"0",
"t":"",
"set_cache_time":"",
"data": [
{
"ExtendedLocation":"",
"OriginQuery":"58.63.227.166",
"SchemaVer":"",
"appinfo":"",
"disp_type":0,
"fetchkey":"58.63.227.166",
"location":"广东省广州市 电信",
"origip":"58.63.227.166",
"origipquery":"58.63.227.166",
"resourceid":"6006",
"role_id":0,
"schemaID":"",
"shareImage":1,
"showLikeShare":1,
"showlamp":"1",
"strategyData":{},
"titlecont":"IP地址查询",
"tplt":"ip"
}
]
}