function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:屠呦呦母校“不补课”传统获网友点赞 下一篇:贵州2015年9月高考英语听力考试成绩公布 '; }