当我尝试使用分隔符"|"分割字符串时,它似乎会分割每个字符.
这是导致问题的我的路线:
String out = myString.split("|");
java split
java ×1
split ×1