摘要:
private static string iii(long i) { return i.ToString(); } public static void Main(string[] args) { List<long> listtemp = new List<long>(); listtemp.Add(1000); listtemp.Add(1000); listtemp.Add(1000); listtemp.Add(1000); string[] ttt = Array.ConvertAll(listtemp.ToArray(), new Converter< 阅读全文
posted @ 2011-06-17 10:20
Ryan.zhu
阅读(1576)
评论(1)
推荐(0)
浙公网安备 33010602011771号