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.
在性能方面,将 html 和 body 动画在一起(为了浏览器兼容性)与嗅探浏览器并仅使用 html OR body 有什么区别。
我假设同时使用 html 和 body 会导致两倍的 dom 遍历。如果是这样,会不会太小以至于没关系?