![]() |
VOOZH | about |
URLSearchParams.getAll(name)Returns: An array of string according to the name-value pairs, else an empty array will be returned. Parameters: name - Input the name of the parameter. Example1: Output:
['5', '4']Example2: When input parameter is not present Output:
['2','7','9']Supported Browsers: