我正在尝试在php中执行一些反向地理编码。不幸的是,我遇到了一个错误。$lon=100.753;$lat=13.69362;functiongetAddress($RG_Lat,$RG_Lon){$json="http://nominatim.openstreetmap.org/reverse?format=json&lat=".$RG_Lat."&lon=".$RG_Lon."&zoom=27&addressdetails=1";$jsonfile=file_get_contents($json);$RG_array=json_decode($jsonfile,true);forea