function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省金华十校2014-2015学年高一下学期期末考试 下一篇:【名师整理归类】2016年高考数学(理)一轮复习精品 '; }