webgm_corecommondaemonsDataBaseDcreate_index本页总览create_index 创建索引 声明 bool create_index(string db_name, string coll_name, string index_name, array key_list, bool is_unique) 参数 参数名描述db_name数据库名称coll_name集合/表格 名称index_name索引名称key_list字段列表is_unique是否设为主键 返回值 bool 使用方式 返回文档