表盘 APIhmFS 文件系统模块SysProGetInt64版本:v3.xSysProGetInt64获取临时存储的 64 位整数,系统重启将清除类型(key: string) => result参数key说明必填类型默认值键字符串是string-result说明类型存储的 64 位整数number用法hmFS.SysProSetInt64('js_test_int64', 200)console.log(hmFS.SysProGetInt64('js_test_int64'))