LocalStorageOptions 类

构造函数

LocalStorageOptions(max: int | None = None)

参数

名称 说明
max
默认值: None

属性

max

存储中项的最大数量

max: int | None = None