string 数组问题我想定义一个string 数组,但是数组的长度我不知道!那么我要怎么定义? [解决办法]用ArrayList[解决办法]那就使用arraylist 或者别的数据结构[解决办法]用List <string> generic[解决办法]list <String> 最好了.