var files = $(".profile-content").find("input[type='file']");
  files.each(function () {
  alert($(this).attr("data-id"));
 })

 

学习交流群:364976091