格式化数量(以尽可能短的方式显示数量)
formatCountShortly(100000) // 10万formatCountShortly(100000, '个') // 10万个 Copy
formatCountShortly(100000) // 10万formatCountShortly(100000, '个') // 10万个
格式化数量(以尽可能短的方式显示数量)