如題。
數字 + 空字串
1 | const number = 123 |
Number.toString()
1 | const number = 123 |
注意,一定要搭配 變數
來使用,如果你直接 123.toString()
是沒有用的。
String()
最直覺的方法:
1 | const number = 123 |
如題。
1 | const number = 123 |
1 | const number = 123 |
注意,一定要搭配 變數
來使用,如果你直接 123.toString()
是沒有用的。
最直覺的方法:
1 | const number = 123 |
Update your browser to view this website correctly. Update my browser now