公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
最终章
黄何裕
2024-08-08
cbe714cf3c16c2c6d39ac62ff9d30ed99771bdfd
[zgyw-ui.git]
/
src
/
utils
/
format.js
1
2
3
export const formatNumber = (value) => {
return new Intl.NumberFormat('en-US').format(value);
}