哈希值 = string.md5(数据内容)
计算字符串 (或二进制数据块) 的 md5 校验值
print(string.md5('ATP 真棒')) -- 输出 "da52a9f9238fd26db64b17e7587e60ba"
本章最后