1, local STR = [[print("Hi")]] ; 2 ; 3, for i in string.gmatch(STR, "[%\"%w.=%s*%\"]+" ) do ; 4, print (i) ; 5, end ...
確定! 回上一頁