审查视图

WebRoot/template/templateTable2.html 171 字节
1 2 3 4 5 6 7 8 9 10 11
<table border="1">
  <tr>
    <th>Column 1 Heading</th>
    <th>Column 2 Heading</th>
  </tr>
  <tr>
    <td>Row 1: Col 1</td>
    <td>Row 1: Col 2</td>
  </tr>
</table>