function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U理数】三年(2012-2014)高考试题+模拟分类汇编 下一篇:【KS5U历史】六年(2009-2014)高考试题+模拟分类汇编 '; }