2015年1月21日
摘要: 1.使用split函数,将字符串按"."分开,写法如下:String str = "a.b.c";String[] items = str.split("\\."); 阅读全文
posted @ 2015-01-21 13:48 guoxiang 阅读(174) 评论(0) 推荐(0)