清除所有的本地存储数据。
清除操作的异步结果。
const result = await clear();if (result.isOk()) { console.log('所有数据已清除');} Copy
const result = await clear();if (result.isOk()) { console.log('所有数据已清除');}
清除所有的本地存储数据。