Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么
123.toString()
抛出一个 SyntaxError
尽管
123..toString()
不是?
您在数字文字中键入的第.一个是小数点。
.