urlSearchParams.getAll(name)


返回名称为 name 的所有名称-值对的值。如果没有这样的对,则返回空数组。

¥Returns the values of all name-value pairs whose name is name. If there are no such pairs, an empty array is returned.