Interface IQSParseOptions

解析查询字符串的选项。

Hierarchy

Properties

Properties

decode?: ((content) => string)

Type declaration

    • (content): string
    • 键和值的解码函数,默认为 decodeURIComponent。

      Parameters

      • content: string

      Returns string

Generated using TypeDoc