$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "卓蘭鎮:多雲時陰。降雨機率20%。28至33度"; $(this).html(info_str); }); });