if ($(document).scrollTop() != 0) {
        //刷新之后,回到顶部
        $('body,html').animate({ scrollTop: 0 }, 500);
    }

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-01-17
  • 2022-12-23
相关资源
相似解决方案