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.
我想将我的 tmp 文件重定向到另一个驱动器而不是 C:/wamp/tmp 我想将 tmp 文件重定向到D:/tmp或者我必须在 D 驱动器上重新安装 wamp。
D:/tmp
找到方法,进入 php.ini 文件并将 c:/wamp/tmp 更改为 d:/wamp/tmp。