function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2018版高考英语一轮复习(外研版)课件:必修2 下一篇:2018版高考英语一轮复习(外研版)课件:必修1 '; }