import geopy import pandas as pd n=geopy.Nominatim(user_agent="trial") n1=n.reverse(-26.87125,26.62516) print(n1.raw)
为什么反向函数不能取值?