一个URL通常是这样组成的:

scheme://host:port/path/?query-string=xxx#anchor

scheme表示访问协议,一般为 httphttpsftp
host主机名、域名,例如:www.95270811.xyz
port端口号,浏览器默认 80443
path查找路径,例如:https://www.95270811.xyz/index.php/archives/19/index.php/archives/19即为path
query-string查询字符串,例如:https://www.baidu.com/s?wd=golangwd=golang 即为 query-string
anchor锚点,后台一般不用管,前端用来做页面定位