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年高考作文题:“慎重尾随,切勿盲从” '; }