在网站根目录的index.php文件里

define('BASE_PATH',str_replace('\\','/',realpath(dirname(__FILE__).'/'))."/");

然后在其他文件就可以获取了

echo BASE_PATH;

相关文章:

  • 2021-07-26
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
  • 2021-08-09
  • 2022-02-04
  • 2021-12-01
猜你喜欢
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-06-08
  • 2021-10-21
相关资源
相似解决方案