function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:夺刀少年7月2日参加单独高考 时间科目均相同 下一篇:过来人讲述:如果没有高考 我的人生会怎样 '; }