$(document).ready(function(){ $(".bluezz_weather_info").each(function(){ var info_str = "高雄市:多雲時陰短暫陣雨 31~28°C"; $(this).html(info_str); }); });