摘要: var img_url =[]; $("input[name='goods_images_a']").each(function(){ img_url.push($(this).val()); }) 阅读全文