实现滚动条置底时间:2022-12-14 07:56:01<script> function aaa(){ window.scrollTo(0,document.body.scrollHeight) } </script> </head> <body onload="aaa()">