摘要: 代码片段: @Test public void test() { Object o = true ? new Integer(1) : new Double(2); System.out.println(o); System.out.println(o instanceof Double); } 执 阅读全文
posted @ 2022-04-11 09:06 emdzz 阅读(54) 评论(0) 推荐(0) 编辑