pub async fn read_link(path: impl AsRef<Path>) -> Result<PathBuf>
读取一个符号链接,返回该链接所指向的文件。
这是 std::fs::read_link.
std::fs::read_link