PHP php.ini文件中的include_path设置 2023-08-08 11000℃ include_path的作用就是设置用include()函数包函文件时的路径,当然也可以不设置include_path,只要在包函文件时写...