entity_clientEntityClientasync_dict_insert本页总览async_dict_insert 在一个实体对象的指定数组字段的指定位置插入值,并非阻塞式同步给所有镜像对象 声明 array async_dict_insert(string key, string d, int pos, mixed val) 参数 参数名描述key实体的keyd值为数组类型的字段名称pos插入位置value插入值 返回值 [ 操作成功/操作失败, entity=>dict_set的返回值 ] 使用方式 返回文档