摘要:
1,从System.String[]转到ListSystem.String[] str={"str","string","abc"};List listS=new List(str);2, 从List转到System.String[]List listS=new List();listS.Add("str");listS.Add("hello");System.String[] str=listS.ToArray();测试如下:using System;using System.Collecti 阅读全文
posted @ 2014-04-03 12:37
swtool
阅读(895)
评论(0)
推荐(0)

浙公网安备 33010602011771号