2021年8月2日
摘要: 代码样例 public class Singleton { private static Singleton instance; private Singleton() { } public static Singleton getInstance() { instance = instance = 阅读全文
posted @ 2021-08-02 13:49 好好说话,别扯淡 阅读(49) 评论(0) 推荐(0)