function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:盘点参加空军招飞的四大优势 下一篇:2016年度华北地区空军招飞简章 '; }