摘要: 点击查看代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using 阅读全文
posted @ 2025-02-19 22:31 世界改变程序员 阅读(33) 评论(0) 推荐(0)
摘要: 以下是这段代码中存在的逻辑顺序分析: 1. InitRoomInfoData 方法中的逻辑问题 public void InitRoomInfoData() { DataTable dt = _roomBLL.QueryRoom(); DataRowCollection rows = dt.Rows 阅读全文
posted @ 2025-02-19 22:13 世界改变程序员 阅读(31) 评论(0) 推荐(0)