bunuo
var sum = 0;
$(\'.table-hover tr.ng-scope\').each(function(){
    sum = sum + parseInt($(this).children()[3].outerText)
});
console.log(sum)

 

分类:

技术点:

相关文章:

  • 2021-08-05
  • 2021-08-19
  • 2021-09-06
  • 2021-05-07
  • 2021-08-20
  • 2021-08-26
  • 2021-08-08
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2021-10-19
  • 2021-07-11
  • 2021-10-30
  • 2021-08-15
  • 2021-09-21
  • 2021-11-04
相关资源
相似解决方案