存储对象的简单封装。

Since

2.0.0

Hierarchy

  • SimpleWrap

Constructors

Methods

Constructors

Methods

  • 获取真正的键名(前缀+键名)。

    Parameters

    • key: string

      键名。

    Returns string

    真正的键名(前缀+键名)。

  • 移除存储项的值。

    Parameters

    • key: string

      键名。

    Returns void

  • 设置存储项的值。

    Parameters

    • key: string

      键名。

    • value: string

      值。

    Returns void

Generated using TypeDoc