泛型方法的寫法

public static <T> List<T> get(List<T> ts) { for (T t : ts) { System.out.println(JSONObject.toJSONString(t)); } return ts; }
相關文章
相關標籤/搜索