webgm_corecommoncomponentsFCacheByMongocreate_index本页总览create_index 创建索引 声明 bool create_index(string index_name, array key_list, bool is_unique = false) 参数 参数名描述index_name索引名称key_list索引字段列表is_unique是否唯一索引 返回值 创建是否成功 使用方式 返回文档