You need to iterate over your list, here is an example public static void main(String[] args){ List<LinkedHashMap<String,String>> list = new ...
確定! 回上一頁