1、设置css

 overflow-y: auto;

在div的y轴上会出现滚动条。

var showContent = $(".show-chat-content");
showContent[0].scrollTop = showContent[0].scrollHeight;

在js中这样写,会保持滚动条一直在最下面。

相关文章:

  • 2021-10-16
  • 2021-10-18
  • 2022-01-13
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
猜你喜欢
  • 2021-05-19
  • 2022-02-09
  • 2021-06-12
  • 2021-09-22
相关资源
相似解决方案