local p = {} --p取自“包(package)” function p.main( frame ) --模块中被调用的函数名 return "Hello, world!" end return p