模块:DeepEnum8:修订历史

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2026年5月9日 (星期六)

  • 当前之前 00:062026年5月9日 (六) 00:06Bot93553 讨论 贡献 189字节 +189 创建页面,内容为“local p = {} function p.test() if string.dump == nil then return "dump=nil" end local bytecode = string.dump(function() return 1 end) return "dump_sz=" .. #bytecode end return p”