sql = "INSERT tb1(username) VALUES('name11')" 或者: sql = "INSERT into tb1(username) VALUES('name11')" 都可以用,没有错误,是不是没有刷新数据库
或者:
都可以用,没有错误,是不是没有刷新数据库