The split() method divides the string at the specified regex and returns an array of substrings. Example. class Main { public static void main(String[] args) { ...
確定! 回上一頁