use 数据库名称 // 使用数据库
// 插入一条数据的同时就会创建表 db.表名.insert()
// 删除 表 db.表名.drop()
Last updated 6 years ago
Was this helpful?