简体中文
get
约 38 字小于 1 分钟
2025-12-16
该方法可以用来从浏览器IndexedDB中获取数据
语法: FxUI.storage.get(key)
示例
FxUI.storage.get(key).then((res) => {
// todo what you want
})约 38 字小于 1 分钟
2025-12-16
该方法可以用来从浏览器IndexedDB中获取数据
语法: FxUI.storage.get(key)
FxUI.storage.get(key).then((res) => {
// todo what you want
})