摘要: 一定要看清楚sql语句,不能漏,不能少 点击查看代码 public DataTable SelectProductInfo() { //very important,查询到商品信息才能填充到GridView,不让GridView为空 string sql = "SELECT ProId, CatId 阅读全文
posted @ 2025-02-21 20:41 世界改变程序员 阅读(9) 评论(0) 推荐(0)