页脚问题

Issue with footer

HTML 和 CSS 中的页脚有问题。 我想用 :

放下它
position: absolute;
bottom: 0px;`

它把它放下但是如果页面有滚动,它不会把它放到最后。

用这个 CSS 属性 代替 absolute

position: fixed;