摘要:
using System;using System.Data;using System.Data.SqlClient;using System.Configuration;namespace WebApplication.DAL{ class SQLHelper { #region 通用方法 // 数据连接池 private SqlConnection con; /// /// 返回数据库连接字符串 /// /// public static String GetS... 阅读全文