function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2019版高考英语(5年高考+3年模拟)精品课件天津专版 下一篇:2019版高考数学(文科)(5年高考+3年模拟)精品课件全国卷1地区通用版 '; }