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.
我在 web 应用程序中工作。我的 asp 页面有两个 div 标签。基于第一个 div 高度,我想修复第二个 div 的高度。第一个 div 高度是动态变化的。所以我想获得第一个 div 的高度,以便我可以修复第二个 div 的高度。
理论上你可以。但问题是关于 Css 和 Html。只需查询
具有css的等高列
你可以考虑这个或这个来源。