摘要:
第一步:开启断言 第二步:开启断言 第三步:使用断言示例 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
zhuangjie
阅读(46)
评论(0)
推荐(0)
浙公网安备 33010602011771号