开发者

relative link for directory above

I've got a file structure like so

Root
-index.html
-adirectory
 ->fileinthedirectory.html

I'd like to create a relati开发者_JAVA百科ve link from fileinthedirectory.html to index.html since /index.html links to /adirectory/index.html which doesn't exist.


To go up one directory you can use:

 ../index.html

or you can start the URL with a slash to start from the root

 /index.html
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜