<body>
<table width="100%">
<tr>
<td><div>content1 goes here</div></td>
<td><div>content2 goes here</div></td>
<td><div>content3 goes here</div></td>
</tr>
</table>
</body>
content(1,2,3) 可以包含其他 html 标签。td的宽度没有设置,那么它到底是怎么自动调整大小的呢?我现在以某种方式触发了意外的自动调整大小。