代码如下:$("table input[type='text']").each(function(){alert($(this).val());});
$("table input[type='text']").each(function(){alert($(this).val());});