数组组合成字符串

Join()好用

例如 string[] tableName = new string[] { "1","2","3"};

textBox1.Text=string.Join(",",tableName);

输出:1,2,3

posted @ 2012-08-08 14:34  星火卓越  阅读(223)  评论(0编辑  收藏  举报