我使用YQL获取该woeid所需的天气数据,但是当我调用以下url时获取woeid它返回结果null
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.places%20where%20text%3D%27delhi%27&format=json
Run Code Online (Sandbox Code Playgroud)
结果我收到了
{"query":{"count":0,"created":"2018-03-14T10:51:42Z","lang":"en-US","results":null}}
Run Code Online (Sandbox Code Playgroud)
即使在https://developer.yahoo.com/weather/上它显示为null.
有没有其他方法来获得雅虎天气的woeid.
最诚挚的问候,安德鲁