我使用的是openweathermap api https://openweathermap.org/forecast16
有这样一个函数forecast.time.day
问:我如何使用它?
我没有在网站上找到一个例子,我不知道如何使用它。
发布于 2018-06-08 16:57:21
根据API documentation的说法,forecast.time.day不是函数,而是接口调用结果的参数。
https://stackoverflow.com/questions/50684173
复制相似问题