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