function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:【KS5U发布Word版】2020届百校联考高考百日冲刺金卷全国Ⅱ卷(高三) 下一篇:2021版物理提能大一轮复习课标版 ';
}