money-converter 该项目可以将数字金额转换为汉字表示,输入为以分为单位的金额,输出为¥开头的数字表示。 调用函数为func Arab2Chinsese(num int64) (string, error)