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