Merge pull request #961 from Lcrnice/master

Fix text
This commit is contained in:
astaxie
2018-02-24 21:15:02 +08:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ Web服务器的工作原理可以简单地归纳为
URL(Uniform Resource Locator)是“统一资源定位符”的英文缩写,用于描述一个网络上的资源, 基本格式如下
scheme://host[:port#]/path/.../[?query-string][#anchor]
scheme 指定层使用的协议(例如http, https, ftp)
scheme 指定层使用的协议(例如http, https, ftp)
host HTTP服务器的IP地址或者域名
port# HTTP服务器的默认端口是80这种情况下端口号可以省略。如果使用了别的端口必须指明例如 http://www.cnblogs.com:8080/
path 访问资源的路径