乐鑫技术交流
直播中

陈静

7年用户 1291经验值
私信 关注
[问答]

使用Openweather报数据“未找到”的原因?怎么解决?

我一直在尝试使用 Openweather,我没有遇到任何问题,而且效果很好
我的问题是“有时”数据“未找到”,例如:-
让 ret = readopenweather(query,1) \' the 1表示列表的第一项 - 0 表示根
let temp_min = json(ret,\"temp.min\")
Print temp_min
-2.03(示例返回)
但是,如果数据“未找到”,则会导致此结果
Print temp_min
未找到
有没有办法避免这种情况发生
我想要的是
let ret = readopenweather(query,1) \' 1 表示列表的第一项 - 0 表示根
let temp_min = json(ret , \"temp.min\") \'获取温度
if temp_min = \"Not Found\" then \'data not available temp_min = \" x\" temp_min = x or a space or what characters I
want to put there如何让它工作谢谢

更多回帖

发帖
×
20
完善资料,
赚取积分