function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【二轮精品】2013年高考第二轮复习数学山东理科 下一篇:北京市房山区周口店中学高一英语课件:Unit3(北师大版) '; }