<table border=2>
<tr>
<td class="here" one="lorem" two="ipsum"> click </td>
<td class="here" one="aaa" two="bbb"> click </td>
</tr>
</table>
$('.here').click(function(){
$(this).html($(this).attr('one'));
})
如何修改此 javascript 以进行功能切换或其他解决方案?我想要 - 如果我点击 TD,那么这会显示属性一,如果我接下来单击,那么这会显示属性二、下一个、下两个等