<table> <thead> <tr> <th>序号</th> <th>内容一</th> <th>内容二</th> </tr> </thead> <tbody> <tr> <td><input type="checkbox"></td> <td>123</td> <td>456</td> </tr> <tr> <td><input type="checkbox"></td> <td>123</td> <td>456</td> </tr> <tr> <td><input type="checkbox"></td> <td>123</td> <td>456</td> </tr></table>
原文地址:https://www.cnblogs.com/duhong0520/p/11332720.html
时间: 2024-10-20 15:49:50