Toggle navigation
剑灵百科-剑灵wiki
模块-ToAnchor
local p = {} --p代表包(package)
function p.hello( frame )
return "Hello, world!"
end
return p