在a标签上写个class,用jq写的$(".a标签的class").click(function(){ var text = $(this).parent("td").siblings("td").text(); alert(text)})