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.
我想创建一个名称包含反斜杠(/)的文件,例如 2013/2014.txt 。但是我发现php会把它当成一个目录,创建目录2013并将内容放入一个文件2014.txt。如何摆脱以下情况?
您使用的示例是正斜杠。
/ - 前进 \ - 后退
这两者在任何系统中都作为文件名无效,因为它们用于目录地址。
我建议你使用hypen。例如。2013-2014.txt 或下划线 2013_2014.txt