function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考总动员,奋战三十天 下一篇:高考前,不同水平考生心理对策不同 '; }