可以在tr
標籤內編寫form
嗎?form-table-row標籤
<table>
% for my $word (@$words_2) {
<tr>
<form action="/blacklist" method="post">
<td><%=$word%></td>
<td><input type="text" name="data" readonly hidden value="<%=$word%>" /></td>
<td><input class="remove" type="submit" value="Remove" /></td>
</form>
</tr>
% }
</table>
你不使用表,只是純粹的CSS IMO – Rob
@Rob取決於更好的,表是OK的表格數據。不是爲了佈置。 – Petruza