跳转到内容

模組:沙盒/Gongxiang01/安全测试:死循环能不能卡爆

维基百科,自由的百科全书
文档图示 模块文档[创建]
local p = {}
function p.test()
	while true do console.log(1) end
end
return p