function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:物理:势能的改变课件 下一篇:数学:椭圆的参数方程课件荟萃 '; }