通常好像是这样写吧$('html,body').animate({scrollTop: '0px'}, 800);为什么把$('html,body')换成$(document)不可以,会报错呢? 查看完整描述