XA™的读书笔记:Lua的格式字符串有类似与C语言中scanf的用法,可以匹配字符串。 myString = "The price is $17.50." filter = "$%d%d.%d%d" print(string.sub(myString ...
確定! 回上一頁