摘要: 11、TstringList类23List:=TStringList.Create;4List.Add('str1')5List.Add('str2')6List.Exchange(0,1)置换7List.Insert(0,'str3')插入8i:=list.Indexof('str2');//第一... 阅读全文
posted @ 2014-05-23 17:17 拱卒 阅读(213) 评论(0) 推荐(0)