微信登录

seo基础 - URL、URI、URN

URI URN URL
中文 统一资源标识符 统一资源名称 统一资源定位符
英文 Uniform Resource Identifier Uniform Resource Name uniform resource location
格式 http://user:password@www.baidu.com:80/folder/index.html
例子 https://www.baidu.com/
例子 http://book.artchips.art
例子 ftp://127.0.0.1:11
例子 mailto:
例子 file:
例子 mysql://user:password@127.0.0.1:3306/xxx?charset=utf8mb4
  1. URI 包含 URNURL
例子 出现 表示
https://book.artchips.art 出现在浏览器导航栏里 没有指定任何资源,需要设置默认资源
https://book.artchips.art/ 出现在复制浏览器导航栏粘贴到记事本里
https://book.artchips.art/folder/ 浏览器导航栏 没有指定任何资源,需要设置默认资源,目录下 index.html 或者 default.html
https://book.artchips.art/folder 浏览器导航栏 没有指定任何资源,浏览器自动添加/,需要设置默认资源,目录下 index.html 或者 default.html
https://book.artchips.art/folder/ ajax 有资源就有,没有就404
https://book.artchips.art/folder ajax 有资源就有,没有就404