Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我是否可以在文件名中包含一个包含 / 的文件?在 include 中调用名称时是否需要以某种方式对其进行转义?或者不可能。IE。my.file/name.inc.php
在任何平台上,文件名都不能在其名称中包含目录分隔符,因此一切都会好起来的。
是的,当然有可能。只需包含文件。
require_once('path/to/your/file.php');