function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U地理】全国各地高二月考试题集锦之江苏篇(2014.8-2015.2) 下一篇:【KS5U化学】全国各地高二月考试题集锦之江苏篇(2014.8-2015.2) '; }