c#用关键字查询数据表的内容,如何获取文本框中的内容MySqlCommand cmd = new MySqlCommand("select * from 选择题 where 试题内容 like '% "+textBox1.Text+"%'", con);这样子还是得不到文本框中的信息啊