wei1110822 wrote:如果是台北市地區跟你...(恕刪) 天氣的抓取地區一樣是在configureMe.js中修改所以原本是哪裡他的天氣就會是哪裡改Widget.html是將地區取代成你想要顯示的中文附上剛剛修改成台北的圖
jake888123 wrote:請問大大是用我上傳的...(恕刪) 沒錯我下載你的檔案後檔案中的嘉義改成台北var obj = {error:false, errorString:null};var effectiveRoot = findChild(findChild(request.responseXML, "rss"), "channel");//obj.city = findChild(effectiveRoot, "yweather:location").getAttribute("city");obj.city = "台北";obj.realFeel = findChild(effectiveRoot, "yweather:wind").getAttribute("chill");//Only accounts for windChill顯示就變成剛剛我PO的那樣了