码迷,mamicode.com
首页 > 其他好文 > 详细

[计算机基础]URI与URL

时间:2014-07-26 16:54:21      阅读:356      评论:0      收藏:0      [点我收藏+]

标签:http   for   服务器   amp   res   table   php   不同的   

URI : uniform resource identifier
统一资源标示符
用于指定Web资源的字符串,它定义了Web资源中的各个不同的部分。
ex:
http://example.org/absolute/URI/with/absolute/path/to/resource.txt
ftp://example.org/resource.txt
urn:issn:1535-3613

 

URL : uniform resource locator
统一资源定位符
URL是URI的一种,它定义了Web资源的足够多的信息(一般是HTTP协议)
一般包含HTTP协议的5个基本要素的
ex:
http://zh.wikipedia.org:80/w/index.php?title=Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2&printable=yes
五个元素:
1.传输协议
2.服务器
3.端口号
4.路径
5.查询

[计算机基础]URI与URL,布布扣,bubuko.com

[计算机基础]URI与URL

标签:http   for   服务器   amp   res   table   php   不同的   

原文地址:http://www.cnblogs.com/hellenism/p/3870106.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!