码迷,mamicode.com
首页 > Web开发 > 详细

路径 php中'.'和'..'还有'./'和'../'

时间:2017-07-12 23:33:30      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:ges   9.png   text   art   car   images   href   head   文件名   

./当前目录(就是当前执行文件所在目录)
../上级目录
/ 这个才是根目
文件名/ 同级目录

例子如图

技术分享

 

1、cart下的index.php

1)要引用Public->css->index.css      <link rel="stylesheet" href="../public/css/index.css"> ,

2)引用header.php  <?php  include ‘../header.php‘  ?>

 

2、class.php

1)要引用Public->css->index.css      <link rel="stylesheet" href="public/css/index.css"> ,

2)引用header.php  <?php  include ‘../header.php‘  ?>

 

          

路径 php中'.'和'..'还有'./'和'../'

标签:ges   9.png   text   art   car   images   href   head   文件名   

原文地址:http://www.cnblogs.com/michellexiaoqi/p/7157759.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!