StackOverflow 文件 MongoDB 教程 索引 刪除 刪除 Created: November-22, 2018 要刪除索引,可以使用索引名稱 db.people.dropIndex("nameIndex") 或索引規範文件 db.people.dropIndex({name: 1}) 名單單場