SX-Code
Results
1
comments of
SX-Code
我能想到的只有Windows系统的软链接 ```shell mklink /j "D:\Program Files\nginx-1.21.0\html\cloud\study" "E:\考研" ``` 输出 ```shell 为 D:\Program Files\nginx-1.21.0\html\cloud\study E:\考研 创建的符号链接 ``` - `D:\Program Files\nginx-1.21.0\html\cloud\study`:是我的Link,可以设置为根目录 - `E:\考研`:是我的Target,原始文件夹的绝对路径 如果你有更好的方法请告知我😀