Kotlin 使用split分割字串遇到問題記錄. ... String str = "1|2|3|4|5|6"; String[] strs = str.split("\\|"); System.out.println(strs.length); //6 ...
確定! 回上一頁