public static void main(String[] args) throws Exception
因为程序有可能抛出异常,必须在main函数里捕获异常(try catch掉),或者继续将异常向上抛出,就是你这样的