摘要: 获取文件的MD5值 crypto/md5 encoding/hex package filetools import ( "crypto/md5" "encoding/hex" ) // FileHash 求数据的MD5值 func FileHash(data []byte) string { m 阅读全文
posted @ 2020-12-15 17:47 梦_鱼 阅读(1226) 评论(0) 推荐(0)