Skip to main content
版本:v3

hmFS.SysProGetChars(key)

获取临时存储的字符串,系统重启将清除

类型

(key: string) => result

参数

key

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

result

说明类型
存储的字符串string

用法

hmFS.SysProSetChars('js_test_char', 'hello')
console.log(hmFS.SysProGetChars('js_test_char'))