表達式測試

1111  (parameters) -> { statements; }  //求平方 (int a) -> {return a * a;} //打印,無返回值 (int a) -> {System.out.println("a = " + a);}
相關文章
相關標籤/搜索