(function(){(“.scroll”).click(function(event){ event.preventDefault();//组织链接跳转 (“html,body”).animate( {scrollTop:(this.hash).offset().top-80},1000 ); }) })