可在模块:View/doc创建此模块的帮助文档
local p = {} --p stands for package function p.hello( frame ) return "Render, json!" end return p