string - Lua gmatch 奇数字符(斯洛伐克字母) ... local str = "KORYTNAČKA" for c in str:gmatch("%a") do print(c) end --result: K,O,R,Y,T,N,A,K,A
確定! 回上一頁