function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:浙江省稽阳联谊学校2022-2023学年高三上学期11月期中联考试题 下一篇:山东省2022-2023学年高一上学期期中联合调考试题 ';
}