Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道一个 Ruby 模块,它将接受一个整数并将其拼写出来(1 =>“一”,2 =>“二”等)?
试试这个:
http://mike-burns.com/project/integer_to_word/