摘要: 利用substring对字符串进行截取,利用indexof查找字符 String str; str=str.substring(int beginIndex);截取掉str从首字母起长度为beginIndex的字符串,将剩余字符串赋值给str; str=str.substring(int begin 阅读全文
posted @ 2018-05-06 16:20 circle元 阅读(3727) 评论(0) 推荐(0)