String[] strArray = new String[10];String strNew = String.Empty;for (int index = 0; index < strArray.Length; index++){ strNew += strArray[index];}
直接拼接起来就是了!
啊我错了