jQuery的行吗?
$('table tbody tr').live('dblclick', function(){ var str = []; $(this).children('td').each(function(){str.push($(this).text());}); alert(str.join(',');});