function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:家长心声:九年来孩子上学的折磨 下一篇:贵州省师大附中2012届高三检测考试试题(3科4份) '; }