function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2018高考历史(人教版)一轮复习构想课件 下一篇:2018高考生物(人教版)一轮复习构想 检测 必修二 '; }