2019年3月7日
摘要: var sum = 0; $('.table-hover tr.ng-scope').each(function(){ sum = sum + parseInt($(this).children()[3].outerText) }); console.log(sum) 阅读全文
posted @ 2019-03-07 11:44 布诺 阅读(138) 评论(0) 推荐(0) 编辑