function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013高中物理教科版必修2教学资料 下一篇:【KS5U原创】2013年高考物理二轮复习极限突破 '; }