function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2017版《3年高考2年模拟》高考政治一轮复习政治生活 课件 下一篇:2017版《3年高考2年模拟》高考政治一轮复习生活与哲学 训练 '; }