类似方法如下:
conn.MsqlIO.executeUpdate("INSERT INTO students (id, name) VALUES ('"+id+"','"+name+"')");
其VALUES ('"+id+"','"+name+"') 中的中id 和name 是变量
类似方法如下:
conn.MsqlIO.executeUpdate("INSERT INTO students (id, name) VALUES ('"+id+"','"+name+"')");
其VALUES ('"+id+"','"+name+"') 中的中id 和name 是变量