文件名为module.lua -- 定义一个名为module 的模块module = {} -- 定义一个常量module.constant = "这是一个常量" -- 定义一个函数function module.func1() io.write(" ...
確定! 回上一頁