公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
前端防重提时间缩短
fuliqi
2024-11-05
1e8132692c72c30d49e6f5173edecc2a263e1987
[zgyw-ui.git]
/
src
/
utils
/
format.js
1
2
3
export const formatNumber = (value) => {
return new Intl.NumberFormat('en-US').format(value);
}