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クライアントから使う