如果 fs.Stats 对象描述符号链接,则返回 true。
fs.Stats
true
此方法仅在使用 fs.lstat() 时有效。
fs.lstat()
Returns true if the fs.Stats object describes a symbolic link.
This method is only valid when using fs.lstat().