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");
相关文章
相关标签/搜索