为何用split(".")时会报错呢?
2015年4月18日 - > 互动问答 > 为何用split(".")时会报错呢?为何用split(".")...String[] aa=emaillist[i].split("@"); String[] bb=aa[1].split("."...
java 中split("",-1)函数 里面的 -1 代表什么
最佳答案: Splits this string around matches of the given regular expression. The array returned by this method contains each substring of this string that ...更多关于split("|")的用法的问题>>