function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:物理:竞赛辅导课件——磁场对电流的作用 下一篇:天津市蓟县09-10学年高二上学期期末质量调查 '; }