function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省三门二高09-10学年高二上学期期中考试 下一篇:2010年高考物理必备精品题库:电场 '; }