Update 03.1.md

修改描述不一致错误。
This commit is contained in:
xushuntao
2013-04-01 17:06:31 +08:00
parent 207511978b
commit 9f0511a9fb

View File

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