What is the difference between a URI and URL? [duplicate]

*爱你&永不变心* 提交于 2020-02-07 07:02:24

问题


Possible Duplicate:
What's the difference between a URI and a URL?

What is a URI, and what is the difference between URL and URI?


回答1:


Conceptually, a URI identifies a resource, and a URL shows you how to find it. Thus URI deals with parsing, local/absolute paths, etc. and URL deals with connecting to streams and such.



来源:https://stackoverflow.com/questions/4428196/what-is-the-difference-between-a-uri-and-url

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!