摘要:
1.无参数、无返回值 public class Test { public static void main(String[] args) { print(()->{ System.out.println("abc"); }); } public static void print(Student 阅读全文
摘要:
一、错误 程序无法处理,写代码时要注意 二、throw public class Test { public static void main(String[] args) { Test test=new Test(); test.chufa(3,0); } public void chufa(in 阅读全文