首页 > 代码库 > URI与URL的区别

URI与URL的区别

URI 是从虚拟根路径开始的。

比如我们在resion应用服务器上发布一个maxmaijia的应用,其中有一个注册的服务,如:http://www.maxmaijia.com/user/toRegister.htm

那么URI就是:/user/toRegister.htm

URL是整个链接地址:http://www.maxmaijia.com/user/toRegister.htm

 

URI与URL的区别