function ToolUtils.bin2hex(s)
s = string.gsub(s,"(.)",function (x) return string.format("%02X ",string.byte(x)) end)
return s
end
function ToolUtils.bin2hex(s)
s = string.gsub(s,"(.)",function (x) return string.format("%02X ",string.byte(x)) end)
return s
end
本文标题:Lua内十六进制输出字符串
本文链接:https://www.haomeiwen.com/subject/ymlxrxtx.html
网友评论