公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:入场过渡
ZhangXianQiang
2024-04-11
3bce6eea6fa57a58dc32ec11e2920be6bbe31dd4
[zgyw-ui.git]
/
src
/
utils
/
format.js
1
2
3
export const formatNumber = (value) => {
return new Intl.NumberFormat('en-US').format(value);
}