function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省华维学校2010届高三《实验化学》综合训练 下一篇:KS5U地理学案大全 '; }