通常,lua推荐你在代码块内去本土化(localize)你的局部变量。 ... local myTable = { 1, 2, 3, 4, 5 } local printThird = function() print( myTable[1], ...
確定! 回上一頁