摘要: 1.表格 一般格式: <table> <thead><!--表格头--> <tr> <th></th> </tr><!--表格中的一行数据--> </thead> <tbody><!--表格体--> <tr> <td></td> </tr> </tbody> <tfoot><!--表格脚--> <t 阅读全文
posted @ 2016-02-29 22:30 wentaokyle 阅读(212) 评论(0) 推荐(0)
其他资源可以访问我的CSDN博客