使用 css {resize:both;} 调整表格单元格的大小不适用于表格
我需要调整表格及其单元格的大小,可以使用 css 调整大小,css {resize:both;} 在 div 中工作,但不在表格标签中
<table border="1" style="resize:both;">
<tr>
<td>hi table</td>
<td>hi div</td>
</tr>
<tr>
<td>hi table</td>
<td>hi div</td>
</tr>
<tr>
<td>hi table</td>
<td>hi div</td>
</tr>
</table>
任何身体都可以帮忙吗