How do you get a string to a character array in JavaScript?
(如何在JavaScript中获取字符串数组的字符串?)
I'm thinking getting a string like "Hello world!"
(我在想一个像"Hello world!"
这样的字符串"Hello world!"
)
to the array ['H','e','l','l','o',' ','w','o','r','l','d','!']
(到数组['H','e','l','l','o',' ','w','o','r','l','d','!']
)
ask by DarkLightA translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…