function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省宁波市2021-2022学年高一上学期期末考试- 下一篇:浙江省绍兴市2021-2022学年高一上学期期末考试(全) '; }