Qurak

URLQueryDecode

可用

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 -> }

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用