摘要: 一、基础表格结构 <table> <tr> <th>表头1</th> <th>表头2</th> </tr> <tr> <td>数据1</td> <td>数据2</td> </tr> </table> <table>: 定义表格 <tr>: 表格行(table row) <td>: 标准单元格(tab 阅读全文
posted @ 2018-05-30 15:57 吴飞ff 阅读(187) 评论(0) 推荐(0)