摘要: 本文用来写C#中string数组和list的相互转换,这些数据的转化我们在使用中可能经常遇到,本文提供了我认为比较快速的转化方式。string数组转list直接上源码:using System;using System.Collections.Generic;namespace arr2list{ class Program { static void Main(stri... 阅读全文
posted @ 2013-04-18 05:41 娴言娴语 阅读(1130) 评论(0) 推荐(0)