var img_url =[];
$("input[name='goods_images_a']").each(function(){
    img_url.push($(this).val());
})