在天气 API 上返回未定义 JSON
returning undefined JSON on weather API
我正在尝试创建一个 google sheet 来从 openweather.org 获取实时数据,我已经设法获取实时最小和最大温度,但是每次我尝试访问 ["weather"]["main"] 它返回 "undefined" 可以请有人帮助我吗?我做错了什么?
尝试
resJson.weather[0].main
或
resJson['weather'][0]['main']
我正在尝试创建一个 google sheet 来从 openweather.org 获取实时数据,我已经设法获取实时最小和最大温度,但是每次我尝试访问 ["weather"]["main"] 它返回 "undefined" 可以请有人帮助我吗?我做错了什么?
尝试
resJson.weather[0].main
或
resJson['weather'][0]['main']