通常,lua推荐你在代码块内去本土化(localize)你的局部变量。 ... myFirstName = "John" -- global variable local myLastName = "Doe" -- local variable.
確定! 回上一頁