$("#report tr input").click(function(){ alert($(this).parent("tr").eq(0).text());});jquery.fn.eq(index) index 单元格序号 从0开始