function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:让后进生自己戴上“紧箍咒” 下一篇:下班之后将压力“隔离” '; }