Example. Split a string into an array of substrings: var str = "How are you doing today?"; var res = str.split(" ");. The result of res will be an array ...
確定! 回上一頁