uni.removeStorageSync(KEY)

从本地缓存中同步移除指定 key。 参数说明 示例

  1. try { uni.removeStorageSync('storage_key');} catch (e) { // error}