PHP文件互相引用

<?php define('A','路徑1'); define('B','路徑2'); define('C','路徑3'); set_include_path(A.PATH_SEPARATOR.B.PATH_SEPARATOR.C); include("test1.php"); include("test2.php"); include("test3.php");
相關文章
相關標籤/搜索