我有这样的表:
<table>
<thead>
<th>id </th><th>name </th><th>number </th><th>result </th>
</thead>
<tbody>
<tr>
<td>stuff</td>
<td>stuff</td>
<td>stuff</td>
<td>stuff</td>
</tr>
</tbody>
</table>
我想将class = "red"
唯一添加到td
标题为result
所以只有在页面加载时动态地使用 jquery 的结果列。