跳到主要内容

取SHA512(string.sha512)

函数

哈希值 = string.sha512(文本内容)

参数

  • 文本内容 文本型

返回值

  • 哈希值 文本型

说明

用于获取字符串的SHA512 哈希值

示例

string.sha512("随便写点字")