摘要: func getFileMD5(fileName string) string { cmd := exec.Command("cmd", "/C", "CertUtil", "-hashfile", fileName, "MD5|findstr", "/V", ":") out, _ := cmd. 阅读全文
posted @ 2019-09-22 12:27 sherlock-merlin 阅读(389) 评论(0) 推荐(0)