TJ-JSTOOLS ---- 数值工具函数
安装
sh
npm i tj-jstools
1
简单使用
js
import { formatChineseRMB } from "tj-jstools";
console.log(formatChineseRMB)
1
2
2
API-列表
序号 | 名称 | 参数 | 功能简介 |
---|---|---|---|
1 | formatChineseRMB | money: number | 数字金额转换为大写人民币汉字 |
2 | numberThousandsFormat | num:number ,decimal?: number | 数值千分位格式化处理 |
TIP
点击API名称,可以直接进入对应API详情页面!