The split function of StringUtils

 The parameter of the split function of StringUtils is string, and in the case of multiple characters, matching any character will be split.

If you need to implement segmentation according to all characters of the string, use

StringUtils.splitByWholeSeparator();

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325954895&siteId=291194637