function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省宁波市2026届高三上学期11月一模考试(新) 下一篇:山东省烟台市2026届高三上学期期中考试 '; }