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.
所以,假设我有一个由一个非常大的数字组成的字符串,例如“123456789101112131415”。如何将该字符串转换为包含这些值的数组?
很容易做到:
"123456789101112131415".split("")