pub fn get_link_count(src_path: &String) -> usize
获取文件的链接数
如果文件不存在,那么返回 0 如果文件存在,但是没有链接,那么返回 1 如果文件存在,且有链接,那么返回链接数