摘要: 不支持非公共的无参构造函数: public abstract class BaseInstance where T : class,new() { private readonly static object lockObj = new object(); private static T inst 阅读全文
posted @ 2021-11-01 15:01 搬砖的L先生 阅读(40) 评论(0) 推荐(0)