html部分:test text atest text btest text cjquery部分:$(document).ready(function(){ $(".a").eq(2).click(function(){ alert($(this).text()); });});
$(".a:eq(2)")