摘要: public class MessageEx { /// <summary> /// 定义数据暂存 /// </summary> private static readonly Dictionary<string, List<Action<object>>> _handlers = new(); / 阅读全文
posted @ 2024-11-05 13:59 Hey,Coder! 阅读(57) 评论(0) 推荐(0)