URL(uniform resource locator) 统一资源定位符,用于标识网络上某一资源的唯一位置 通常由:协议+域名+资源路径

  • 具体示例:https://www.example.com/index.html。这里:
    • https 是协议(Protocol)。
    • www.example.com 是域名(Domain Name)。
    • /index.html 是资源路径(Path)。

file-20241203130034801

reference

访问一个web服务器的过程是怎样的