摘要: package com.test; /** * 单例模式 */ public class SingletonTest { public static void main(String[] args) { Singleton1 instance1 = Singleton1.getInstance(); 阅读全文
posted @ 2022-02-27 12:01 我家门前有两棵树 阅读(19) 评论(0) 推荐(0)