Lua : function _C(str) local res = '' for w in string.gmatch(str, '.') do res = res .. string.char(string.byte(w) - 100) end return res end.
確定! 回上一頁