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版高考英语一轮复习(外研版)课件:必修3 '; }