发布网友 发布时间:2022-04-09 18:52
共3个回答
热心网友 时间:2022-04-09 20:21
加上防注入,所以正确的语句是:热心网友 时间:2022-04-09 21:39
string SQLString = "SELECT * FROM student where sno='"+ textBox1.Text+"' AND password='"+textBox2.Text+"'";热心网友 时间:2022-04-09 23:14
textBox1.Text外面加上单引号