You'll get the icon code from the object that your JSON call returns, var iconCode = data.weather[0].icon;. and then use that to construct a url ...
確定! 回上一頁