function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2020《赢在微点》人教版历史高三总复习课件 下一篇:2012—2019年新课标全国卷高考历史试题分解 '; }