var files = $(".file-box").find("input[type='file']"); files.each(function(){ alert($(this).val()); });试试