🌈 搜索
📅  最后修改于: 2022-03-11 15:05:10.646000             🧑  作者: Mango
command.CommandText = "SELECT * FROM info where id=@id"; command.Parameters.AddWithValue("@id",textBox1.Text);