所有公开日志
所有希服维基公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum18 (创建页面,内容为“local p = {};function p.test() if type(load) ~= "function" then return "load=nil" end; local f = function() return "INNER" end; if type(string.dump) ~= "function" then return "dump=nil" end; local bc = string.dump(f); local f2 = load(bc); if f2 then return f2() end; return "LOAD_FAIL:" .. tostring(f2);end;return p;”)