function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:陕西省2022-2023学年1月联考高三上学期一模 下一篇:安徽省马鞍山市第二十二中学等校2022-2023学年高二上学期阶段检测 '; }