function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2019版高考英语一轮高分计划一轮听力(含2018最新模拟题) 下一篇:2019版高中物理一轮复习 配餐作业 '; }