Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不太明白这一点,因为有时 body、html 有效,有时 window 有效。我已经用 jQuery 完成了 2 个网页(本地);在第一个正文中,html 有效,而在另一个正文中无效,所以我编写窗口并对其进行操作,第一个网页只是一个带有一些 css 和 jQuery 脚本的 html 文档,另一个是网页基于 WordPress.org 主题(我自己的主题)的页面。
Body 和 Html 是 DOM 对象,因此可以对它们应用样式,在这种情况下
height:100%
或者
position:fixed;
结果 html 和 body 标签不会移动。使滚动顶部不断为0