Appearance
从本地缓存中同步获取指定 key 的内容。
string key
本地缓存中指定的 key
any
key 对应的内容
const data = ek.getStorageSync('key_abc') console.log(data)