📅  最后修改于: 2022-03-11 14:54:55.480000             🧑  作者: Mango
代码示例1
local Table = {"A", "B", "C", 1, 2, 3} -- Tables can have multiple value types.
print(Table[3]) -- Lua table indices start at 1 rather than 0.