function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考历史选择题破解方法例谈 下一篇:[政治]高考政治选择题的12种干扰方法 '; }