解析器在解析 table 布局时需要计算大量的单元格的尺寸,所以是件很重的操作 table{table-layout:fixed;} 所以使用 table-layout: fixed 可以缓解部分性能消耗