根据输入的金额按千位逗号分割
输入的金额
是否需要小数位 0: 10000 -> '10,000', 1: 有小数 10000 -> '10,000.00'
返回格式化后的金额字符串
Generated using TypeDoc
根据输入的金额按千位逗号分割