function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考英语听力期间考点周边部分路段或临时封闭 下一篇:沈阳高考:女孩突发水痘独用考场(图) '; }