When splitting a string using the split method in java/android, if you use "|" as the delimiter, use the split method to directly write .split ("|") ...
確定! 回上一頁