更新时间: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值 |
父主题: 自定义后端开发(函数后端)