conn.Open();
SqlCommand cmd = new SqlCommand(str, conn);
int i = (int)cmd.ExecuteScalar();
conn.Close();
Response.Write(i);
}
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2021-11-17
  • 2021-05-23
  • 2022-12-23
猜你喜欢
  • 2022-02-17
  • 2021-05-26
  • 2022-01-10
  • 2021-07-06
相关资源
相似解决方案