$(this).children("input:first-child").val();
$(this).children("input:last-child").val();
first-child第一个子元素,last-child最后一个子元素