Back to catalog

uckkk /

dsh-number-format

Verified

@{name=dsh-number-format; version=0.1.0; description=数字格式化:千分位、小数位、货币符号、百分比; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description

0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
READMESource: main@161eaf00

dsh-number-format · 数字格式化

千分位、小数位、货币符号、百分比格式化。纯 Node 实现。

提供的工具

工具 作用
format_number 数字格式化

安装

dsh plugin add dsh-number-format

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-number-format"

用法示例

把 1234567.891 格式化成货币
→ 调用 format_number(value=1234567.891, currency="¥", decimals=2)
/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.