function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:三本院校就一定比不过211、985吗? 下一篇:兔子妈妈:土建之城镇规划与管理类 '; }