function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:江西省临川2020届高三上学期第一次联考 下一篇:2019版新教材生物人教版必修1检测 '; }