function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:云南省大理州祥云县2019-2020学年高一下学期期末统测 下一篇:辽宁省营口市2020-2021高三上学期期末考试 ';
}