public void ExeSQL(string[] sql)
{
SqlCommand cmd = new Sqlcommand();
在这里声明了一个 int j = sql.length;
SqlTransaction transaction = this.conn.BeginTransaction();
try
{.......我想知道的是这个J在这里派什么用处的,后面的语句里都没用到说..