千位分隔
import { numFormat } from trust-util; const num = numFormat(100000) console.log(num) // output:100,000