function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:江西省三县部分高中2015届高三上学期期中考试 下一篇:四川省古蔺县中学高中数学课件 '; }