String a, b, c; MultiMap mMap = new MultiValueMap(); mMap.put("a", "Hello there, ... + mMap.get(key)); List<String> list = (List<String>) mMap.get(key); ...
確定! 回上一頁