123
const ThousandNum = num => num.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')const number = ThousandNum(20190214)// number => "20,190,214"
BorGor
Note?Note!
Lanzhou.Gansu
文章
121
分类
34
标签
255
Development / Native
AI / DeepLearning
Development / JavaScript
AI / Mathematics
Update your browser to view this website correctly. Update my browser now
×