摘要: Runtime类 不能使用new创建对象,只能通过Runtime.getRuntime()方法获取实例 要写throws Exception或try catch public static void main(String[] args) throws Exception{ Runtime r1=R 阅读全文
posted @ 2021-11-07 22:56 valder- 阅读(52) 评论(0) 推荐(0)