function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:湘豫名校联考2023-2024学年高三上学期一轮复习诊断考试(三)(全) 下一篇:江苏省决胜新高考2023-2024学年高三上学期12月大联考试题 ';
}