String[] strArray = new String[2]; //动态初始化数组strArray .length=2 //数组转list List list = Arrays.asList(strArray); //不支持增删,仅作为数据源读取 ...
確定! 回上一頁