函数名称:十六进制转码
函数功能:转码,十六进制编码转换为字符串
函数方法
str2 = str1:fromhex()
函数用例
local ts = require("ts") local str = "e8a7a6e58aa8e7b2bee781b5" dialog(str:fromhex(),5)