摘要: public class Container { /// <summary> /// IOC容器 /// </summary> public static IContainer container = null; public static T Resolve<T>() { try { if (co 阅读全文
posted @ 2018-05-04 09:19 行走在0和1之间 阅读(1688) 评论(0) 推荐(0)