', '章节缓存不存在,请5分钟后访问'); getset(); $(function(){ $('#showSet').click(function(){ if($('#chapterSet').width() < 100) { $('#chapterSet').animate({'width': '235px'}, 300); $(this).html('收起设置'); }else{ $('#chapterSet').animate({'width': '65px'}, 300); $(this).html('设置'); } }) })