enum Singleton { INSTANCE; public void m() { System.out.println("test"); } }
posted on 2022-04-14 11:59 金满仓 阅读(12) 评论(0) 编辑 收藏 举报