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 with the values:.
確定! 回上一頁