Skip to content

Commit

Permalink
fix mistake: Location should be Locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Coiggahou2002 committed Aug 10, 2021
1 parent 4391099 commit ae93644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/network/计算机网络.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ HTTP1.0最早在网页中使用是在1996年,那个时候只是使用一些较
## 十二 URI和URL的区别是什么?

- URI(Uniform Resource Identifier) 是统一资源标志符,可以唯一标识一个资源。
- URL(Uniform Resource Location) 是统一资源定位符,可以提供该资源的路径。它是一种具体的 URI,即 URL 可以用来标识一个资源,而且还指明了如何 locate 这个资源。
- URL(Uniform Resource Locator) 是统一资源定位符,可以提供该资源的路径。它是一种具体的 URI,即 URL 可以用来标识一个资源,而且还指明了如何 locate 这个资源。

URI的作用像身份证号一样,URL的作用更像家庭住址一样。URL是一种具体的URI,它不仅唯一标识资源,而且还提供了定位该资源的信息。

Expand Down

0 comments on commit ae93644

Please sign in to comment.