我知道java中HashMap可以做key-Value對應但是似乎只限於一對一而已 ... list.add("A"); list.add(1); list.add(0.55); Map<String,ArrayList<Object>> multiMap = new ...
確定! 回上一頁