830阅读 0评论2015-05-05 seuqyr 分类:Android平台
String#split accepts a regex and not a String.
If you don't want to escape the special char +, you can use Pattern.quote: