摘要: #反射 PropertyInfo[] piDevice = device.GetType().GetProperties(); foreach (PropertyInfo item in piDevice) { if (item.Name == "aaa") { if (item.GetValue( 阅读全文
posted @ 2021-09-30 17:08 673613920 阅读(20) 评论(0) 推荐(0)