function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【Ks5u发布】广西桂林中学2017届高三上学期8月月考考试试卷 下一篇:【导与练】2017年高考历史一轮复习第二模块(经治史)考点巩固提升 '; }