function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:备战2025年高考 政治考点一遍过 下一篇:课时把关练 高中化学选择性必修3RJ '; }