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学年高三上学期1月期末考试 下一篇:辽宁省朝阳市建平县2023-2024学年高三上学期期末联考试题 '; }