Last active
August 29, 2015 14:02
-
-
Save jikeytang/853e02a7546b86af6fe2 to your computer and use it in GitHub Desktop.
[ Javascript ] - 20140625-题目1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
将任意数字的金额,转换成汉字大写的形式。 | |
如:1234.50 -> 壹仟贰佰叁拾肆圆伍角。 | |
壹、贰、叁、肆、伍、陆、柒、捌、玖、拾、佰、仟、万、亿、元、角、分、零、整。 | |
PS: | |
1. 回复时注意加上下面这句话,才会有语法高亮或格式缩进。 | |
```javascript | |
// you code | |
``` | |
2. 粘贴代码时请使用shift+tab,缩进前面的空白。 |
tanxingxing
commented
Jul 1, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment