大家好,我是 JSON 新手,所以我想创建一个“城市”搜索栏,以便用户可以使用 openweathermap API 检索该特定城市的天气。
这就是您应该请求它的方式,但我想以这样一种方式制作“q”,即当在搜索栏中正确键入一个城市时,它会自动检索该城市的数据。“ http://api.openweathermap.org/data/2.5/weather?q=Toronto,ca&units=metric&APPID=95d38c513c13444b6290e62403391b4e ”
谢谢你的帮助。