throw和throws有何区别啊?{:soso_e134:}
张鹏_2013 发表于 2013-11-10 22:32 1.有throws的时候可以没有throw。 有throw的时候如果throw抛的异常时Exception体系,必须有throws在方法上 ...