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福建省厦门双十中学高三考前热身考试 下一篇:2022年高考作文——全国甲卷 '; }