现有如下代码: public class Example { public static void main(String[] args) { try { int x=Integer.parseInt("42a"); //插入代码处 System.out.println("oops"); } } } 在插入代码处插入哪些语句可以在运行后输出oops?
发布于 2020-12-25 22:05:49
登录后免费查看答案
关注者
0
被浏览
51