摘要: 1、大于部分 this.ds.Tables[0].DefaultView.RowFilter = "Csharp>" + this.txtScore.Text.Trim(); 2、全部显示 this.ds.Tables[0].DefaultView.RowFilter=null; this.ds.T 阅读全文
posted @ 2021-11-14 08:05 跨界专家 阅读(70) 评论(0) 推荐(0)