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

前端 未结 30 1833
小蘑菇
小蘑菇 2020-11-22 02:18

People talk about URLs, URIs, and URNs as if they\'re different things, but they look the same to the naked eye.

W

30条回答
  •  别那么骄傲
    2020-11-22 03:01

    I was wondering about the same thing and I've found this: http://docs.kohanaphp.com/helpers/url.

    You can see a clear example using the url::current() method. If you have this URL: http://example.com/kohana/index.php/welcome/home.html?query=string then using url:current() gives you the URI which, according to the documentation, is: welcome/home

提交回复
热议问题