摘要: 1.DataGridView链接数据库 2.链接数据库 using System.Data.SqlClient; SqlConnection con = null; //创建SqlConnection 的对象 string input = EnterText.Text; try //try里面放可能 阅读全文
posted @ 2019-04-01 20:46 SeasonBubble 阅读(396) 评论(0) 推荐(0)