function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2016西北地区空军招收飞行学员工作即将启动 下一篇:空军招飞局及各选拔中心联系电话 '; }