• 解析url单个query参数

    来源于网页调起qq 只获取url参数的话可以使用这个

    参数

    • name: string

      query名

    • 可选url: string = location.href
    • 可选decode: boolean = true

      是否decode,默认true

    返回 string

    该函数有局限性,只能获取一般的参数,不能获取数组

    parseUrlQuery('id', 'https://www.test.com/Openapi/api_detail?id=15#api-parameter'); // '15'