var imgSrc = $(this).parent().children('img').attr('src');
var index = imgSrc.lastIndexOf("\/");
var name = imgSrc.substring(index + 1,imgSrc.length);

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2021-12-09
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案