参数说明
symlinkSync(srcpath, dstpath, type) srcpath 文件路径,创建对象 dstpath 文件路径,指定新建的硬链接 路径 与 文件名 type 类型 file 文件,默认 dir 目录(非windows只能使用dir值) junction
示例
测试失败