JavaScript 系列八:第6課 ── 天氣查詢應用程式(無載入閃爍)

台灣各縣市現在天氣查詢

天氣現象{{ currentLocation.weatherElement[0].time[0].parameter.parameterName }}

最高溫度{{ currentLocation.weatherElement[4].time[0].parameter.parameterName + ' °' + currentLocation.weatherElement[4].time[0].parameter.parameterUnit }}

最低溫度{{ currentLocation.weatherElement[2].time[0].parameter.parameterName + ' °' + currentLocation.weatherElement[2].time[0].parameter.parameterUnit }}

降雨機率{{ currentLocation.weatherElement[1].time[0].parameter.parameterName + ' ' +'%' }}