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