更新时间:2023-05-17 GMT+08:00

Md5Utils类说明

路径

com.roma.apic.livedata.common.v1.Md5Utils

说明

计算Md5值。

使用示例

importClass(com.roma.apic.livedata.common.v1.Md5Utils);
function execute(data) {
    var sourceCode = "Hello world!";
    return Md5Utils.encode(sourceCode);
}

方法列表

返回类型

方法和说明

static String

encode(String content)

计算字符串的Md5值

方法详情

public static String encode(String content)

计算字符串的Md5值

输入参数

content:需要计算Md5的字符串

返回信息

字符串的Md5值