公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增无录像列
zxl
2025-03-25
58f1c5870a8a02b3b858eb7e6714397c731c510f
[zgyw-ui.git]
/
src
/
utils
/
format.js
1
2
3
export const formatNumber = (value) => {
return new Intl.NumberFormat('en-US').format(value);
}