摘要: func IsFileExist(filepath string) bool { // if remote file is // ls -l | grep aa | wc -l fileName := path.Base(filepath) // aa fileDirName := path.Dir 阅读全文
posted @ 2023-03-18 14:58 技术颜良 阅读(52) 评论(0) 推荐(0) 编辑