这种固定数值我会了但是像name1这种变量的数值添加到数据库里 怎么再添加一个id的值进去啊
string sql1 = "insert into student(id,name) values('" + id + "','" + name1 + "')";