摘要: public class Singleton { public static void main(String[] args) { Singleton s1 = Singleton.getInstance(); Singleton s2 = Singleton.getInstance(); Syst 阅读全文
posted @ 2016-03-26 14:21 zzy-渣渣演 阅读(213) 评论(0) 推荐(0) 编辑