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理数】四川省各地历届高三上学期期中考试汇总 '; }