function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2022高三全国统考数学北师大版(理)一轮复习学案 下一篇:2022高三全国统考数学北师大版(理)一轮复习单元质检卷 ';
}