Web
URL 分析器
解析 URL 的协议、主机、路径、查询参数和片段。
URL 分析
粘贴绝对 URL,实时拆解 Web 地址中的组成部分。
请输入带协议的绝对 URL,例如 https://example.com/path?x=1#top。只做本地解析,不访问链接。
概览
协议
https
Origin
https://www.example.com:8443
Host
www.example.com:8443
路径
/docs/page.html
查询参数数
2
片段
overview
URL 组成部分
展示浏览器 URL API 解析出的标准字段。
完整 URL
https://www.example.com:8443/docs/page.html?utm_source=tools&debug=true#overview
Protocol
https:
Hostname
www.example.com
端口
8443
Pathname
/docs/page.html
Search
?utm_source=tools&debug=true
Hash
#overview
查询参数
#1
名称
utm_source
值
tools
#2
名称
debug
值
true