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 文件中的表是否可以添加响应性。
如果表格不能这样做,应如何显示表格数据以使其“响应”设备大小。
如果你把表格放在下面的 div 中;用户将能够左右滚动。
<div style="width:100%; overflow:auto"> </div>