String轉ArrayList,遍歷刪除全部的值

遍歷刪除全部的值:java @Test public void ite() { // string轉數組轉list,目前我使用成功的兩種方法: // (1)暴力手打法,本身一個字符一個字符的敲 List<String> list = new ArrayList<>(Arrays.asList("m","a","u","a","n","x")); // (2
相關文章
相關標籤/搜索