摘要: //C#检测DataSet是否为空的方法 DataSet ds = new DataSet(); if (dt.Tables.Count > 0) { //有数据 } else((ds.Tables.Count==1&&ds.Tables[0].Rows.Count==0)||ds==null||d 阅读全文
posted @ 2021-08-26 22:11 大木瓜 阅读(2472) 评论(1) 推荐(0)