欢马劈雪 最近更新时间:2020-01-02 10:19:05
public class Main { public static void main(String[] args) { int x = 10 + 15; assert x == 100:"x = " + x; // should throw an AssertionError/* 来 自 时 代 Java - nowjava.com*/ } }