随笔分类 -  WEB编程 / C#最佳实践

摘要:foreach (var item in list) { Devices _Device = DevicesLogic.GetInstance().GetDevices(item.DeviceID); string addr = item.Address; if (addr.Trim() == "" 阅读全文
posted @ 2023-04-22 15:42 GroundSoft 阅读(90) 评论(0) 推荐(0)