var a = [];
    $($('select.list[data-target="' + target + '"]').find("option:selected")).each(function(i, o){
        a[i] = $(o).attr('data-wkp');
    });

 

相关文章:

  • 2021-11-12
  • 2022-12-23
  • 2022-02-04
  • 2021-10-02
  • 2021-12-19
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-12-28
  • 2022-12-23
  • 2021-07-25
  • 2021-11-29
  • 2021-12-28
  • 2022-01-18
相关资源
相似解决方案