function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:陕西省宝鸡市金台区2012-2013学年高一上学期期中质量检测试题 下一篇:2013学年高一人教版历史必修一精品课件(全套) '; }