$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "佳里區:陰陣雨或雷雨。降雨機率70%。27至28度"; $(this).html(info_str); }); });