跳转到内容

模块:Test

来自猎空书评百科
Admin留言 | 贡献2025年4月13日 (日) 01:02的版本

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

local p = {}
function p.hello()
    return "LuaSandbox 已生效!当前内存用量:" .. tostring(require('luasandbox').getMemoryUsage()) .. "字节"
end
return p