import geocoder g = geocoder.ip('me') print(g.latlng) # 经纬度 print(g.city) # 所在城市. 输出:. C:\Users\horn1\Desktop\python\49-geo>python ...
確定! 回上一頁