Tnze / go.num

Go語言實現中文數位的拼寫和解析

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

数字转换问题

ermaoCode opened this issue · comments

中文数值 '二一' 转换为 int 值为: 1
中文数值 '十二' 转换为 int 值为: 2

commented

必须是“二十一”、“一十二”