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高考统考英语北师大版一轮复习课时提能练 ';
}