Escape characters

"|", ".", "*", "+", "\", etc. are not valid pattern matching regular expressions, but escape characters. You must add "\" when using the split() method.

Guess you like

Origin blog.csdn.net/qq_45783660/article/details/114632265
Recommended