Skip to content
本章目录

TJ-JSTOOLS ---- 数值工具函数

安装

sh
  npm i tj-jstools
1

简单使用

js
  import { formatChineseRMB } from "tj-jstools";
  console.log(formatChineseRMB)
1
2

API-列表

序号名称参数功能简介
1formatChineseRMBmoney: number数字金额转换为大写人民币汉字
2numberThousandsFormatnum:number,
decimal?: number
数值千分位格式化处理

TIP

点击API名称,可以直接进入对应API详情页面!

Released under the MIT License.