完美人生encodeStr算法

易语言 2021-01-04 23:21:07

phone = “136” + 文本_取随机数字 (8)
ts = 时间_取现行时间戳 ()
devicecode = 到小写 (文本_取随机字符 (32))
Str = V8JS调试 (#js, “$getEncodingStrNew”, “'” + phone + “','” + devicecode + “','true'”)
调试输出 (Str)
encodeStr = 取数据摘要 (到字节集 (Str))
调试输出 (“encodeStr:” + encodeStr)