英语翻译str怎么打出来?

问题描述:

英语翻译
str怎么打出来?

在使用String.split方法分隔字符串时,分隔符如果用到一些特殊字符,可能会得不到我们预期的结果. 我们看jdk doc中说明 public String[] split(String regex) Splits this string around matches of the given regu...