$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "霧峰區:陰陣雨或雷雨。降雨機率90%。21至23度"; $(this).html(info_str); }); });