摘要: 单例模式 这个太简单了,贴一下代码吧 public class Singleton { private static Singleton singleton = new Singleton(); public static Singleton getInstance() { return singl 阅读全文
posted @ 2022-08-16 19:58 Destiny233 阅读(22) 评论(0) 推荐(0)