nzh icon indicating copy to clipboard operation
nzh copied to clipboard

数字转中文(大写,小写)数字,金额。

Results 8 nzh issues
Sort by recently updated
recently updated
newest added

是否可以删除依赖"gulp-mocha-phantomjs": "^0.12.1", 因为github访问受限,依赖包拉取不到。。。 14:12:30 PhantomJS not found on PATH 14:12:30 Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2 14:12:30 Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 14:12:30 Receiving...

``` const nzh = new Nzh({ ch: '零一二三四五六七八九', ch_u: '个十百千万亿兆京垓姊穰沟涧正载极', ch_f: '负', ch_d: '点', m_u: '元角分厘', m_t: '人民币', m_z: '正' }); ``` 此时`nzh.decode("一极")`返回1e+48

> const nzh = new Nzh({ ch: '零壹贰叁肆伍陆柒捌玖', // 数字字符 ch_u: '个拾佰仟万亿兆京', // 数位单位字符,万以下十进制,万以上万进制,个位不能省略 ch_f: '(负数)', // 负字符 ch_d: '点', // 小数点字符 m_u: '元角分', // 金额单位 m_t: '', // 金额前缀...

作者你好, 在uniapp开发中,使用vue2版本编译,`var nzhcn = require("nzh/cn")`正常, 使用vue3编译,报错:`module 'pages/index/nzh/cn.js' is not defined, require args is 'nzh/cn'` 看起来是路径问题,我改成相对路径依然还是报错,请问这个是哪里的问题呢。 前端小白一个,还请帮忙一下,谢谢

The expected result is nan. but the actual results is 91. I hope it's an illegal number

``` Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/me/repo/jiuzhang-lang/node_modules/nzh/cn' imported from /Users/me/repo/ng-lang/js-out/app.program.mjs Did you mean to import nzh/cn.js? ```