Skip to content
Evoker
Main Navigation
指南
组件
API
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
参数
Example
ek.removeStorageSync
#
从本地缓存中移除指定 key。
参数
#
string key
本地缓存中指定的 key
Example
#
ts
ek
.
removeStorageSync
(
'
key_abc
'
)