美文网首页
2019-05-13

2019-05-13

作者: LoveXiaer | 来源:发表于2019-06-20 23:02 被阅读0次

    http 默认port 80
    https 默认port 443
    URL(Uniform Resource Locator) 地址用于描述一个网络上的资源, 基本格式如下

    scheme://host[:port]/path/.../[?query-string][#anchor]

    scheme 指定底层协议(如 http,https,ftp等)
    host 域名或者ip地址
    port 端口(可省略,则采用默认端口)
    path 访问资源的路径
    query 查询数据
    anchor 锚

    相关文章

      网友评论

          本文标题:2019-05-13

          本文链接:https://www.haomeiwen.com/subject/eavdaqtx.html