Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangyu1818/number-to-chinese-characters

数字转中文大写金额
https://github.com/zhangyu1818/number-to-chinese-characters

Last synced: 23 days ago
JSON representation

数字转中文大写金额

Awesome Lists containing this project

README

        

# number-to-Chinese-characters

数字转为中文大写金额

```javascript
import N2C from "number-to-chinese-characters";

N2C.toChineseCharacters(101010) // 壹拾万零壹仟零壹拾元整
```