function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2021-2022高考语文【统考版】一轮复习课件 下一篇:2021-2022新高考英语译林版一轮复习课时作业+新题型加餐练 ';
}