表达式测试

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