hmFS.SysProGetChars(key)
Get the temporarily stored string, system reboot will clear it.
Type
(key: string) => result
Parameters
key
| Description | Required | Type | Default |
|---|---|---|---|
| key string | yes | string | - |
result
| Description | Type |
|---|---|
| stored string | string |
Usage
hmFS.SysProSetChars('js_test_char', 'hello')
console.log(hmFS.SysProGetChars('js_test_char'))