$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "信義區:晴時多雲。降雨機率10%。28至37度"; $(this).html(info_str); }); });