$(#table td).click(function{}{
$(this) 获取table 一个单元的值
})
$(#table tr).click(function(){
var tager =$(this).children("td").eq(0).text();获取table 一行的某列的值
})
$(this) 获取table 一个单元的值
})
$(#table tr).click(function(){
var tager =$(this).children("td").eq(0).text();获取table 一行的某列的值
})