maslow 在 云函数中, 使用: const db = cloud.mongo.db await db.collection(name).drop() 来删除。即可。 另外, 不要把创建表的 权限 暴露给客户端啊!