split() method splits a string into an array of substrings. By default .split() will break the string into substrings on spaces ( " " ), which is equivalent to ...
確定! 回上一頁