Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/www/wwwroot/test.bnswiki.com/:/tmp/) in /www/wwwroot/test.bnswiki.com/extensions/Scribunto/includes/Engines/LuaStandalone/LuaStandaloneInterpreter.php on line 160

Warning: proc_open(/dev/null): Failed to open stream: Operation not permitted in /www/wwwroot/test.bnswiki.com/extensions/Scribunto/includes/Engines/LuaStandalone/LuaStandaloneInterpreter.php on line 160
模块:Apple - 剑灵百科-剑灵wiki

模块:Apple

Admin留言 | 贡献2024年4月26日 (五) 00:44的版本 (创建页面,内容为“local p = {} --p代表包(package) function p.hello( frame ) return "Hello, world!" end return p”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

可在模块:Apple/doc创建此模块的帮助文档

脚本错误:Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted

local p = {} --p代表包(package)

function p.hello( frame )
    return "Hello, world!"
end

return p