fs.symlinkSync(target, path[, type])#>>
target<string> | <Buffer> | <URL>path<string> | <Buffer> | <URL>type<string> | <null> 默认:null- 返回:
undefined。
有关详细信息,请参阅此 API 异步版本的文档:fs.symlink()。
🌐 For detailed information, see the documentation of the asynchronous version of
this API: fs.symlink().