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高三全国统考数学北师大版(理)一轮复习课件 ';
}