function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:《高考领航》2018年高考物理大一轮复习配套讲义 下一篇:《高考领航》2018年高考物理大一轮复习学案课件 '; }