摘要:
public class TestSingleton { private static TestSingleton instance; private TestSingleton() {} public static TestSingleton getInsatance() { if(in... 阅读全文
posted @ 2015-10-20 16:12
牛肉羊杂汤
阅读(186)
评论(0)
推荐(0)
浙公网安备 33010602011771号