跳转到内容

模块:Test

来自猎空书评百科

此模块的文档可以在模块:Test/doc创建

local p = {}
function p.hello()
    return "Hello World"
end
return p