function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:四川省眉山市仁寿县校际联考2024-2025学年高三上学期11月期中考试 下一篇:2025届新高考数学一轮复习精讲精练 '; }