ylbtech- .NET-Basic: A.5-1,集合类 ArrayList。2,对字符串的处理(String) |
A.5-1,集合类 ArrayList。2,对字符串的处理(String)。
1.A,笔记(Notes)返回顶部 |
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),从一个指定的位置开始截取到字符串末尾
本文转自ylbtech博客园博客,原文链接:http://www.cnblogs.com/ylbtech/archive/2013/03/25/2981173.html
,如需转载请自行联系原作者