🔗 URL 查询参数URL Query

解析网址中的查询参数、按参数名排序、增删改单个参数、批量 URL 编码或解码,方便调试接口与构造分享链接。Parse query parameters from a URL, sort them by name, add/edit/remove individual params, batch URL-encode or decode — useful for debugging APIs and building share links.

① 输入(完整网址或查询串)① Input (URL or query string)

② 参数(JSON 或查询串)② Parameters (JSON or query string)

③ 参数编辑器(增删改)③ Editor (add / edit / remove)

编码 / 解码对所有值执行 URL 编码(encodeURIComponent / decodeURIComponent);编辑或增删后点击「应用到结果」同步到上方 JSON / 查询串。「复制完整 URL」把输入网址的协议 + 域名 + 路径与当前参数重新拼回完整链接(未输入网址时只复制查询串)。Encode / decode applies URL encoding to all values; after editing, click “Apply” to sync into the JSON / query above. “Copy full URL” rebuilds the full link from the input URL’s scheme + host + path plus the current params (or just the query string if no URL was entered).

使用说明How to use

怎么用How to use
  1. 粘贴 URL 或查询字符串Paste a URL or query string
  2. 查看解析出的键值参数View parsed key/value parameters
  3. 可编辑参数并重新生成 URLEdit params and rebuild the URL

示例:?a=1&b=2 → 表格化参数Example: ?a=1&b=2 → a table of params

全程在你的浏览器本地完成,文本不会上传服务器。Runs entirely in your browser; your text is never uploaded.

粘贴完整 URL 或查询串解析参数;表格编辑器可增删改行、批量 URL 编解码,支持重复参数;「复制完整 URL」把基础链接与当前参数拼回。Paste a full URL or query string to parse params; the table editor adds/edits/removes rows, batch-encodes/decodes, and keeps duplicate keys; “Copy full URL” rebuilds the link.