2021年3月15日
摘要: string conStr = "Data Source =.;Initial Catalog = test;Integrated Security = true";//数据库连接字符串 using (SqlConnection con = new SqlConnection(conStr)) // 阅读全文
posted @ 2021-03-15 00:14 小乐丶 阅读(399) 评论(0) 推荐(0) 编辑