//返回服务器真实路径
$Absolute_Path=$_SERVER['SCRIPT_FILENAME'];
//截取index.php
$Absolute_Path=substr($Absolute_Path,0,-9).'/Public';

 

相关文章:

  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-20
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2022-01-09
相关资源
相似解决方案