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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
相关资源
相似解决方案