function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2019历史同步新指导人教选修二课件 下一篇:2020版历史新高考一轮复习(北师大版)课件+讲义+检测 '; }