Qurak

URLQueryDecode

Disponibile

Parses a URL query string into a list of key-value rules

URLQueryDecode["string"]
URLQueryDecode["z=1&a=2&c=4"] → {z -> 1, a -> 2, c -> 4}URLQueryDecode["z=1&a&c=4&z="] → {z -> 1, a -> , c -> 4, z -> }

Argomenti

Correlate

Tutte le 6300 funzioni · Usa questo da un client MCP