摘要: 第一步:开启断言 第二步:开启断言 第三步:使用断言示例 public class Test { public static void main(String[] args) { int x = -1; assert x > 0; System.out.println(x); } } (在上面,如果 阅读全文
posted @ 2022-09-15 16:50 小庄的blog 阅读(41) 评论(0) 推荐(0) 编辑