您的位置首页生活百科

相对路径怎么写,要具体的

相对路径怎么写,要具体的

的有关信息介绍如下:

../Images/Finder.png,用Dreamweaver来做,直接就是相当路径。

File xlsFile = new File("D:\\V4.1.51.61_sp3\\server\\source\\YssQDII", "HELP\\通用业务樱码参数帮助文档.xls");

File javaFile = new File("D:\\V4.1.51.61_sp3\\server\\source\\YssQDII",

"src\\com\\yss\\main\\platform\\pfoper\\pubpara\\PubParaBean.java");

相对路径怎么写,要具体的

扩展资料:

现在建一个源文件info.html,在info.html里要引用index.html文件作为超链接。

假设index.html路径是:c:\Inetpub\wwwroot\sites\blabla\index.html

html文件作脊含哪为超链接。c:\Inetpub\wwwroot.

<a href = "./index.html">index.html</a>

其实,可以省略"./"直接引用。

参考资料来源:百度百科-相对路径老闹