lua 的string库是用来处理字符串的,基础函数如下 ... --123freecls s = string.format('%0.2f',1.234343) --1.23(保留2位) --转成16进制,%X为大写的16进制 local s ...
確定! 回上一頁