$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "石碇區:晴時多雲。降雨機率20%。24至29度"; $(this).html(info_str); }); });