function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:备战2024年高考政治模拟卷 下一篇:备战2024年高考英语模拟 '; }