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-2021学年外研版(2019) 高中英语 选择性必修一课件 '; }