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学年高一10月月考 下一篇:【KS5U发布】江苏省扬州中学2019-2020学年高一上学期10月月考试题 '; }