$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "番路鄉:陰陣雨或雷雨。降雨機率70%。25至29度"; $(this).html(info_str); }); });