模块-ToAnchor

local p = {} --p代表包(package)

function p.hello( frame )

   return "Hello, world!"

end

return p