function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省天台县平桥第二中学高中英语人教版课件 下一篇:【KS5U英语】河北省2015届高三高考模拟试题汇总 '; }