我有這樣一個表:如何在表中添加一行?
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td>Peter</td>
<td>Griffin</td>
</tr>
<tr>
<td>Lois</td>
<td>Griffin</td>
</tr>
彼得·格里芬,和Lois格里芬的行之間,我希望做一個線對他們這樣的分離:
_____________________
[Firstname][Lastname]
---------------------
[ Peter ][Griffin]
--------------------- <---add a line here
[ Lois ][Griffin]
---------------------
你想要做這個服務器端或客戶端? –
@Tieson,我想他說的是CSS問題,所以我會猜測客戶端。 – nickf
@nickf啊,有道理。接得好。 –