function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2020-2021新高考物理一轮课件 下一篇:2020-2021新高考英语一轮课件 '; }