$(this).parents("tr").each(function () { alert($(this).text()); } );
this表示是radio这个哦
alert($(sender).parent().next().text());
使用 html() 取值像下面这样
$(this).parent().next().text();//this指的是input