首页 > Web开发 > 详细

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

时间:2017-07-12 22:06:46      阅读:313      评论:0      收藏:0      [点我收藏+]
./当前目录(就是当前执行文件所在目录)
../上级目录
/ 这个才是根目
文件名/ 同级目录

例子如图

技术分享

 

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中'.'和'..'还有'./'和'../'

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!