装饰者模式
摘要:
1 using System; 2 3 namespace ConsoleApplication2 4 { 5 class Program 6 { 7 static void Main(string[] args) 8 { 9 //先造一部手机 10 SJ sj = new SjLoad(); 11 阅读全文
posted @ 2017-09-02 17:16 IceGodLi 阅读(146) 评论(0) 推荐(0)
复杂由无数个简单组成
2017年9月2日 #
posted @ 2017-09-02 17:16 IceGodLi 阅读(146) 评论(0) 推荐(0)
posted @ 2017-09-02 10:09 IceGodLi 阅读(1755) 评论(0) 推荐(0)