摘要: $("#table tr:gt(0)").each(function(i){ var bidPrice = $("input[name='bidPrice2s']",this).val();//订单数量 if(bidPrice != ''){ flag = true; } }); 阅读全文
posted @ 2018-09-07 10:21 Cxw丶cm 阅读(813) 评论(0) 推荐(0) 编辑