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