公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix:修改相机视椎体远端面距离
ZhangXianQiang
2024-04-19
7e4c3d79ebbecc910c696b0092d517ec16ed2302
[zgyw-ui.git]
/
src
/
utils
/
format.js
1
2
3
export const formatNumber = (value) => {
return new Intl.NumberFormat('en-US').format(value);
}