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  布诺  阅读(142)  评论(0)    收藏  举报