$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "花蓮市:陰時多雲。降雨機率20%。29至31度"; $(this).html(info_str); }); });