获取 tr下面最后一个td里面input 值

var arr =[];
$("tr input").each(function(){ arr.push($(this).val()) })
原文地址:https://www.cnblogs.com/sanqiyi/p/7211478.html