bootstrap----表格
标准的表格需要有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>
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。

更多精彩
标准的表格需要有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>
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。