想象一个类似这样的列表:
var list = [
{ name: 'group1',
items: [ 1, 2, 3, 4, 5 ]
},
{ name: 'group2',
items: [ 1, 2, 3, 4, 5 ]
},
etc...
]
现在忘记了整个“表格是用于数据而不是设计”的论点,我想显示一个表格,list
并为. <thead>
<tbody>
list
这在技术上有效吗?这在浏览器中有效,但我的蜘蛛感觉对这个感到刺痛。