第1关:数据库创建 本关任务:创建数据库。 mongo use mydb db.mydb.insert({ _id:1,name:"李小红"}) 第2关:创建集合 本关任务:在数据库中创建一个集合。 mongo use Testdb2 db.