我需要选择所有类并像货币一样显示它们。它还需要像函数一样显示。每次我添加一些数据时都需要更新。我尝试了很多东西,没有任何帮助。
我现在需要用每个. 我得到一个错误toFixed is not a function
$('.dashboard__currency').each(function(){
return $(this).text().toFixed(2).replace(/\d(?=(\d{3})+\.)/g, '$&,');
});
慕码人8056858
相关分类