摘要: 使用类 public class Cal { public int add(int a,int b){ return a+b; } public int sub(int a,int b){ return a-b; } } 测试类 import org.junit.Assert; import org 阅读全文
posted @ 2020-07-17 21:01 富坚老贼 阅读(79) 评论(0) 推荐(0) 编辑