HTML relative path absolute path 域名更换
搜索了一下 HTML relative path absolute path 千篇一律,没有任何创新。
我在这里就不说百度搜索很快就能找到答案的内容了
例如:
Domain: www.localhost.com
目标: 在www.localhost.com的代码中加一个超连接到 http://www.localhost.com/about.php
我们需要这样写:
<a href="http://www.localhost.com/about.php">关于</a>
这样写的非常死如果我们的域名更换成了 www.localhost.net 那么我们所有的代码都需要修改
我们自己的代码可以写成
<a href="/about.php">关于</a>
这样如果域名更换也不需要再头疼了。
相关推荐
lupeng 2020-11-14
sjcheck 2020-11-10
sjcheck 2020-11-03
meylovezn 2020-08-28
owhile 2020-08-18
Francismingren 2020-08-17
pythonclass 2020-07-29
sunzhihaofuture 2020-07-19
爱读书的旅行者 2020-07-07
行吟阁 2020-07-05
tianqi 2020-07-05
行吟阁 2020-07-04
冰蝶 2020-07-04
lyg0 2020-07-04
owhile 2020-07-04
opspider 2020-06-28
lengyu0 2020-06-28
tianqi 2020-06-21
dadaooxx 2020-06-16