function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2022版高三生物苏教版一轮复习课件 下一篇:2022版高三历史通史版一轮复习作业提升练+阶段检测+综合检测 '; }