每隔3三位加逗号 num 数字或数字字符串。int型。
static String formatComma3(Object num) { return formatDigitPatternEnd(num.toString(), digit: 3, pattern: ','); }