->MainFolder
->folderA
->functionA.php
->folderB
->folderB2
->functionB.php
我试图在我的“ functionB.php”中包含“ functionA.php”
当我写的时候 “ include('../../ folderA / functionA.php')”,“ functionA.php”中的函数在“ functionB.php”中不起作用。
但是该功能有效
当我写“ include('../ folderA / functionA.php')”时
我想知道为什么只有一个级别的文件夹才能在“ functionA.php”中运行该功能