js文件中toString()是用來轉換成字串的
toLocaleString()是用來轉成本地字串的
我透過程式碼測試都是用來轉換成字串的,這兩者之間有什麼聯繫和區別?
我透過下面這兩段程式碼,看不出有什麼不同
伊谢尔伦2017-06-30 09:56:05
先看下MDN 二者參照看下就可以了
https://developer.mozilla.org...
https://developer.mozilla.org...
toLocaleString 的描述就是這樣的
Object's toLocaleString returns the result of calling toString(). *