格式化为大写人民币
String formatToRMB([int fixed = 2]) { assert(fixed >= 0 && fixed <= 3); return MoneyForZh().toChinese(toStringAsFixed(fixed)); }