js文档中toString()是用来转换成字符串的
toLocaleString()是用来转成本地字符串的
我通过代码测试都是用来转换成字符串的,这两者之间有什么联系和区别?
我通过下面这两段代码,看不出有什么不同
首先看下MDN 二者参照看下就可以了https://developer.mozilla.org...
https://developer.mozilla.org...
toLocaleString 的描述是这个样子的
Object's toLocaleString returns the result of calling toString(). *
首先看下MDN 二者参照看下就可以了
https://developer.mozilla.org...
https://developer.mozilla.org...
toLocaleString 的描述是这个样子的
Object's toLocaleString returns the result of calling toString(). *