function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:防止考场“晕考”,战胜考试综合症 下一篇:2015浙江省面向文成等12县定向招生计划 '; }