紀錄一下html 的table 寫法<table border="1" cellpadding="5" ... <tr> <td>表格欄位3 </td> <td rowspan="2">使用rowspan 的欄位</td> </tr> ...
確定! 回上一頁