$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "芎林鄉:多雲時晴。降雨機率10%。25至30度"; $(this).html(info_str); }); });