function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:江苏省无锡市澄宜六校2024-2025学年高三上学期12月联考试题 下一篇:浙江省精诚联盟2025届高三上学期12月适应性联考试题 ';
}