var arr =[];
$("tr input").each(function(){ arr.push($(this).val()) })

 

相关文章: