function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【精品】高考历史 下一篇:河北省沙河市二十冶综合学校高中分校高中历史必修二 '; }