function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2022高考数学文人教A版一轮复习课件 下一篇:2020-2021高考数学(全国统考版)二轮复习梳理纠错预测学案 '; }