(function(){ try{ var json = {"Area":"\u81fa\u5317\u5e02","Temperature":"24-25","Rain":"40","Simg":"\/\/cache.ltn.com.tw\/images\/weather\/wi_0011.png","Status":"\u591a\u96f2\u6642\u9670\u77ed\u66ab\u9663\u96e8\u6216\u96f7\u96e8","uptime":""}; var data = json; $('#weather_text').html(data.Area + ' ' + data.Temperature + ' ℃'); $('#weather_img').attr('src', data.Simg); $('#weather_img').attr('alt', data.Status); console.log($('#weather_text')); }catch(e){ } })();