var awer_say = false; if (document.all){ awer_say = document.all['awer_saying']; }else if(document.getElementById){ awer_say = document.getElementById('dict_daily'); } if(awer_say){ awer_say.innerHTML = '我想早恋,但是已经晚了……'; }