lambda表達式方法引用

  public class test { public static void main(String[] args) { //存儲person對象的列表 ArrayList<Person> personArrayList = new ArrayList<>(); personArrayList.add(new Person("文澤穩", 27, "男"));
相關文章
相關標籤/搜索