标签: reactjs
我想在一个数字中将数字3到3分开。 我尝试执行此操作,但是它对于前3位数字(而不是全部数字)可以正常工作!
<span class="costTotal"> { new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }) .format(item.total) } </span>