function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2016高考:为什么越来越多的孩子语文成绩不好 下一篇:王尚:海淀区高三上学期期中考试物理压轴题 '; }