1、集合类 ArrayList;2、基础类 String

1、集合类 ArrayList
 成员函数
  add(object o)
  remove(object o)从数组中查找o,若存在则删除
  removeAt(int index)


2、基础类 String
 属性: Length:字符串长度
 方法: IndexOf, LastIndexOf,split,replace,substring
 split(字符串),把字符串对象,按指定格式分割为字符数组
 replace(oldString, newString)字符串替换,把字符串对象中的旧的字串替换成为新的字串
 substring(start, length)从字符串对象中截取特定个数的字串
        substring(start),从一个指定的位置开始截取到字符串末尾

posted on 2013-08-15 17:05  ylbtech  阅读(111)  评论(0编辑  收藏  举报