js url参数解析 转换成对象

Object.fromEntries(new URLSearchParams('foo=bar&baz=qux'))
// { foo: "bar", baz: "qux" }

你可能感兴趣的:(js url参数解析 转换成对象)