public static void main(String[] args) throws Exception {
int x = 2;
if (x == 1) {
throw new Exception("你484傻?");
} else {
throw new Exception("你484蠢?");
}
}| 欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |