摘要:
usingSystem; usingSystem.Collections.Generic; //int[]到string[]的转换 publicclassExample { staticvoidMain() { int[]int_array={1,2,3}; string[]str_array=Array.ConvertAll(int_array,newConverter<int,strin... 阅读全文
posted @ 2009-08-28 16:39
s80895304
阅读(3685)
评论(0)
推荐(0)