function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U历史】历年乌鲁木齐二诊试题汇总 下一篇:【KS5U英语】浙江省2015届高三3月更新试卷 '; }