摘要:
using System.Collections.Generic;//引用命名空间//Dictionary可以理解为散列集合 public class DictionaryTest { public static void Main() { //1.初始化 Dictionary dicA = new ... 阅读全文
posted @ 2017-07-12 03:57
冰山上的小草
阅读(1182)
评论(0)
推荐(1)
摘要:
-> List<T> 线性集合,长度可变的数组 -> 增 Add() AddRange() Insert() 添加一个元素list.Add("张三"); 添加一组元素 string[] temArr={"张三","李四","王五"}; list.AddRange(temArr); 插入一个元素 li 阅读全文
posted @ 2017-07-12 03:30
冰山上的小草
阅读(506)
评论(0)
推荐(1)

浙公网安备 33010602011771号