摘要: Type type = typeof(对象); //获取类型 var userActivityModel = (对象)Activator.CreateInstance(type); //创建对象 foreach (var item in model.ChildControl) { int index 阅读全文
posted @ 2023-06-12 17:17 煜灵 阅读(19) 评论(0) 推荐(0)