当前位置: 代码迷 >> ASP >> ././是指到哪个目录,该如何处理
  详细解决方案

././是指到哪个目录,该如何处理

热度:259   发布时间:2012-03-03 15:33:04.0
../../是指到哪个目录
<!--#include   file= "../../config/Const.asp "   -->
Const.asp在哪个目录下?

我知道
<!--#include   file= "config/Const.asp "   --> 是在本目录
<!--#include   file= "../config/Const.asp "   -->
是在源目录的config文件夹

谢谢.




------解决方案--------------------
../是上一级目录。../../就是上上级目录了
  相关解决方案