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