代码来源于网络,觉得不错就给关注一下吧
代码:
t()
{
s a = "http://api.iapp.top/weizhi.php"
hs(a, b)
syso(b)
json(b,c)
json(c, "get", "data", data)
json(data,d)
//获取用户ip
json(d, "get", "ip", ip)
syso(ip)
//获取用户国家
json(d, "get", "country", gj)
syso(gj)
//获取用户省份
json(d, "get", "region", sf)
syso(sf)
//获取用户城市
json(d, "get", "city", cs)
syso(cs)
}
版权:作者未知,搬运请注明出处
评论