function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省2018高考地理(选考)大一轮复习课件、练习汇总 下一篇:2018高三政治(浙江选考)一轮复习课件、练习汇总 '; }