This commit is contained in:
many2many 2024-09-12 09:30:19 +08:00
parent 52b8491f65
commit 2b7ac7c53c

View File

@ -20,6 +20,8 @@
---
URL结构定义
![](./resources/url.png)
```text
@ -32,16 +34,18 @@
片段( fragment ),指定资源中的某个片段,比如网页中的锚,可选;
```
URL示例分析
![](./resources/url-example.png)
URL示例
其他类型URL示例
```text
ftp://ftp.is.co.za/rfc/rfc1808.txt
http://www.ietf.org/rfc/rfc2396.txt
https://www.ietf.org/rfc/rfc2396.txt
ldap://[2001:db8::7]/c=GB?objectClass?one
mailto:John.Doe@example.com
news:comp.infosystems.www.servers.unix
telnet://192.0.2.16:80/
file:///c:/
```
#### 2.1.2 浏览器与web服务器的交互过程