打赏
摘要: 任何歌曲 电影 阅读全文
posted @ 2021-03-01 15:08 吃瓜大湿熊 阅读(45) 评论(0) 推荐(0)
摘要: public class Singleton { private static volatile Singleton instance= null; private Singleton(){} public static Singleton getSingleton(){ if(instance== 阅读全文
posted @ 2021-03-01 15:06 吃瓜大湿熊 阅读(49) 评论(0) 推荐(0)