时间:2021-07-01 10:21:17 帮助过:120人阅读
- <table border="1">
- <tbody><tr>
- <th><input type="checkbox" onclick="swapCheck()"></th>
- <th>Month</th>
- <th>Savings</th>
- </tr>
- <tr>
- <td><input type="checkbox"></td>
- <td>January</td>
- <td>$100</td>
- </tr>
- <tr>
- <td><input type="checkbox"></td>
- <td>February</td>
- <td>$150</td>
- </tr>
- </tbody></table>