美满书包

文章
2
资源
0
加入时间
2年10月21天

java基础

public static void main(String args[]) {        Thread t = new Thread() {            public void run() {                pong();            }        };        t.run();        System.out.p

Lua 字符串替换函数 string.gsub(s, pat, repl [, n])

lua 字符串替换函数 string.gsub(s, pat, repl [, n])函数原型 string.gsub(s, pat, repl [, n])就是 global全局替换子字符串的意思s: 源字符串pat: 即 pattern, 匹配模式repl: replacement, 将 pat 匹配到的字串替换为 repl[, n]: 可选, 表示