function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U英语】广东省历年高一上学期期末试题汇总 下一篇:云南省昆明一中2015届高三第四次双基检测 '; }