function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省岱山县大衢中学高中历史课件(人民版)汇编 下一篇:新课标2013届高三上学期生物一轮复习单元验收 '; }