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

 

 posted on 2019-03-07 11:44  布诺  阅读(138)  评论(0编辑  收藏  举报