JavaScript String split() ... Split the characters, including spaces: const myArray = text.split(""); ... A string or regular expression to use for splitting.
確定! 回上一頁