启动mongo服务 sodo mongo 显示数据库(显示数据库名称和大小,单位GB) > show dbs admin (empty) local 0.078GB test 0.078GB testdb 0.078GB 选择数据库,以test数据库为例 use testdb 创建集合 >db.createCollection('loc') 显示集合 show collections mongo支持的数据类型(15种,带的5种的为BSON格式) String.Integer.Boolean.D…