请问 document.addEventListener('scroll',function())用jQuery如何表示呀,谢谢
$(document).scroll(function () { console.log("test") }