其他分享
首页 > 其他分享> > URL

URL

作者:互联网

10.7 URI

                            scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]         绝对URI             http://www.baidu.com    mailto:xxx@xxx.xx  xyz://whatever         相对URI             articles/articles.html    如果用文件系统作类比,相对的URI类似于从当前目录开始的文件路径

标签:定位,Resource,URL,URN,URI,Uniform
来源: https://www.cnblogs.com/cnds168/p/15398585.html