$("#table tr:gt(0)").each(function(i){ var bidPrice = $("input[name='bidPrice2s']",this).val();//订单数量 if(bidPrice != ''){ flag = true; } });