function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省临海市白云高级中学高二地理课件 下一篇:福建省福鼎二中数学同步教学资料 '; }