Options
All
  • Public
  • Public/Protected
  • All
Menu

Module modules/parseQueryString

Functions

Functions

Const parseQueryString

  • parseQueryString(url: string): Record<string, string>
  • url参数转换为对象

    Parameters

    • url: string

      url链接

    Returns Record<string, string>

    {Record<string, string>} 对象数据

Generated using TypeDoc