摘要:
List<int> 转 string [] http://blog.sina.com.cn/s/blog_54b14bb80100xvl1.html转载▼今天有同事问这个问题,就是说,存在一个list<int>: 1,2,3,4,5,6,7希望可以转换成字符串:“1,2,3,4,5,6,7”using System;using System.Collections.Generic;using System.Linq;using System.Text;using test2;namespace test{class Program{static void Main(st
阅读全文