Lua 并不使用POSIX规范的正则表达式[4](也写作regexp)来进行模式匹配。 ... s = "hello world from Lua" for w in string.gmatch(s, ...
確定! 回上一頁