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学年高三上学期第一次联考试题 下一篇:备战2025年高考精品课件 数学 '; }