摘要: using System; namespace weituo { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); Console.WriteLine("写法一!"); func1 阅读全文
posted @ 2022-02-08 15:00 人生为卒 阅读(27) 评论(0) 推荐(0) 编辑
摘要: #region 复制对象 #region MyRegion private static Dictionary<string, object> _Dic = new Dictionary<string, object>(); public static TOut TransExp<TIn, TOut 阅读全文
posted @ 2022-02-08 11:52 人生为卒 阅读(304) 评论(0) 推荐(0) 编辑