
1 wujunze 2017-05-07 15:02:48 +08:00 不错 感谢分享 |
2 sunjourney 2017-05-07 15:11:00 +08:00 感谢分享! |
3 taurenshaman 2017-05-08 10:53:47 +08:00 感谢分享!用 C#改了一下,适配 long ( 9,223,372,036,854,775,808 到 9,223,372,036,854,775,807 )和 ulong ( 0 到 18,446,744,073,709,551,615 ): https://github.com/taurenshaman/nodes/tree/master/Azure.Functions/nodes-math/Arabic-Numerals-To-English-Words |
4 taurenshaman 2017-05-08 10:55:03 +08:00 吐槽一下 short scale 和 long scale: https://en.wikipedia.org/wiki/Names_of_large_numbers |
5 QAPTEAWH 2017-05-08 15:31:08 +08:00 话说老外经常有神奇的念数字方法,比方说 1200 说成 twelve hundreds... |
6 doctorlai OP @QAPTEAWH 是的。 或者 2020 练成 twenty twenty. 我感觉在说电话号码的时候这种读法多一些。 @taurenshaman 牛, 是的, 我看了 wiki 后才发现现在欧洲除了英国外 其它地方 million 是 9 个 0 不是 6 个 0 |
7 doctorlai OP @taurenshaman 另:给你 github 上提了个 PR |
8 taurenshaman 2017-05-08 17:54:53 +08:00 @doctorlai thank you~~ 唉,第一个 PR 啊。。。。。 |
9 doctorlai OP @taurenshaman 哈哈,是我的第二个。 |
10 jedihy 2017-05-09 05:27:54 +08:00 刷题刷的不错啊 |