跳到主要内容

add_int

为指定键(int类型值)增加指定的增量值

声明

int add_int(string key, int val)

参数

参数名描述
key键名
val增量值

返回值

增加之后的最新值

使用方式

返回文档