我在联盟的官方网站上找不到答案(https://www.w3.org/TR/html5/tabular-data.html#the-table-element - https://www.w3.org/TR/ 2014/WD-html51-20140617/tabular-data.html#attr-table-sortable)并且都不在Mozilla开发人员网站上(https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes).
谢谢你的时间.
<table sortable>
<tr>
<th sorted> 1 </th>
<th sorted> 2 </th>
</tr>
<tr>
<td> aaa </td>
<td> bbb </td>
</tr>
<tr>
<td> xxx </td>
<td> zzz </td>
</tr>
</table>Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
280 次 |
| 最近记录: |