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.
我有一个表格,其中我将所有 TD 元素的样式宽度指定为 200 像素。但是,当单元格中的内容占用更多空间时,单元格只会增长以适应。我需要能够获得 TD 元素的实际宽度,但是当我尝试使用 jQuery 的 width() 和 outerWidth() 函数时,我真的只获得了样式宽度。如何获得 TD 增长到的宽度以适应内容?
您可以使用
window.getComputedStyle(element, property)