Skip to main content
版本:v3

hmFS.SysProGetInt64(key)

获取临时存储的 64 位整数,系统重启将清除

类型

(key: string) => result

参数

key

说明必填类型默认值
键字符串string-

result

说明类型
存储的 64 位整数number

用法

hmFS.SysProSetInt64('js_test_int64', 200)
console.log(hmFS.SysProGetInt64('js_test_int64'))