Lua 关于string库的常用方法1. string.len(str) 返回字符串 ... print(string.format("Float:%f",1)) -- Float:1.000000 -- 可以对于数字进行补位,%2d ...
確定! 回上一頁