url改写

This commit is contained in:
JessonChan
2012-10-14 15:34:31 +08:00
parent 24a909b30d
commit 60667c3f72

2
3.1.md
View File

@@ -20,7 +20,7 @@ Web服务器的工作原理简单的可以归纳为
##URL和DNS解析
我们浏览网页都是通过URL访问的那么URL到底是怎么样的呢
URL(Uniform Resource Locator)地址用于描述一个网络上的资源, 基本格式如下
URL是英文Uniform Resource Locator的缩写,中文称为统一资源定位符,是用于描述一个网络上的资源, 基本格式如下
schema://host[:port#]/path/.../[?query-string][#anchor]
scheme 指定低层使用的协议(例如http, https, ftp)