标签: javascript
console.log(Number(-50).toLocaleString())
"-50"
"−50"
toLocaleString()为什么不使用常规减号,有什么办法可以改变它?
toLocaleString()