Function urlByObj

  • @description: 处理url参数(window.location.search)转换为 {key: value} @author: wuxh @Date: 2020-05-06 13:48:36

    Parameters

    • params: string

    Returns {
        [key: string]: string;
    }

    • [key: string]: string