function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:备战2025年高考二轮复习课件 生物(广东版) 下一篇:天津市五区县重点校2024-2025学年高二上学期1月期末联考试题 '; }