# Storage类

对浏览器存储相关storage工具函数进行封装使用。

localStorageSet

存贮
myStorage.localStorageSet(key: String, value: String)
显示代码