asp.net 如何定义数组?asp.net 如何定义数组? 朋友门 我菜鸟呵呵[解决办法]这两种都可以: string[] array = new string[10]; string[] array2 = new string[] { "1 ", "2 ", "3 "};