Description. The split() method splits a string into an array of substrings. The split() method returns the new array. The split() method does not change the ...
2024年7月25日 — The split() method of String values takes a pattern and divides this string into an ordered list of substrings by searching for the pattern, ...