84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
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(). *