lua 基础函数type,tonumber,tostring,pcall,print ... 把16进制a装成10进制 --10 local res = tonumber('a',16) --把8进制的10转成10进制 --8 res = tonumber('10',8) ...
確定! 回上一頁