标准的表格需要有thead 和 tbody
<table> <thead> <tr> <th>ddd</th> <th>ddd</th> <th>ddd</th> </tr> </thead> <tbody> <tr> <td>ddd</td> <td>ddd</td> <td>ddd</td> </tr> </tbody> </table>