function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:内蒙古巴彦淖尔市临河三中2018-2019高二下学期第一次月考 下一篇:内蒙古巴彦淖尔市临河三中2018-2019高二下学期期中考试 '; }