当用户单击按钮时,我正在使用它来平滑滚动到特定部分: window.scroll({ top: $(this).data('y'), left: 0, behavior: 'smooth' }); 这适用于所有地方(包括Android ...
確定! 回上一頁