黑马程序员技术交流社区

标题: 百因必有果 [打印本页]

作者: 335778654    时间: 2019-9-19 15:17
标题: 百因必有果

public class T {

    public static void main(String[] args){
        try{
            System.out.println("hello world");
        }catch (Exception e){
            throw new RuntimeException("hello world");
        }
    }

}





欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2