local p = {} --p代表包(package) function p.hello( frame ) local parent = frame:getParent() return frame.args[1] end return p