格式化金额(元),以较短的方式返回
单位是分的金额
格式化后的字符串
formatAmountShortly(10000000) // 10万元formatAmountShortly(10000000, '') // 10万 Copy
formatAmountShortly(10000000) // 10万元formatAmountShortly(10000000, '') // 10万
格式化金额(元),以较短的方式返回