function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:湖北省部分高中2026届高三上学期二模联考 下一篇:湖北省十一校2026届高三上学期12月一模联考 '; }