模块:沙盒
来自 LNN的:not(博客)?
无法加载偏好设置。请检查您的网络连接并重试。
脚本错误:Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
local p = {}
function p.hello(frame)
return string.rep("Hello, world!\n\n", tonumber(frame.args[1] or 1))
end
return p