function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省2017年4月普通高校招生高三选考科目试题 下一篇:2017年高考英语二轮复习精品资料 '; }