我想在小表格中的文本旁边添加小三角形。我该怎么做?这是我的代码:
<tr>
<th st-sort="firstname" class>Firstname</th>
<th st-sort="lastname" class>Lastname</th>
<th st-sort="street" class>Street</th>
<th st-sort="town" class>Town</th>
<th st-sort="zipCode" class>ZipCode</th>
</tr>
非常感谢您的回答。