我如何模拟显示:带有 jquery 的表?内部 div 必须适合整个外部 div,如下所示:
<div style="display:table; width:500px">
<div style="display:table-cell; background-color:red" >aaaa</div>
<div style="display:table-cell; background-color:green">б</div>
<div style="display:table-cell; background-color:blue">в</div>
</div>