function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:预测2016年高考作文题:阳光下也要保持奔跑的姿势 下一篇:预测2016年高考作文题:“含泪播种、含笑收获” '; }