跳转到内容

Module:NavboxV2/NavboxContext:修订历史

2024年9月19日 (星期四)

2024年9月18日 (星期三)

2024年8月14日 (星期三)

  • 当前先前 03:532024年8月14日 (三) 03:53 Cwek 留言 贡献 2,257字节 +2,257 建立内容为“-- 工具方法 function tableToString(_table) local outputs = {} if _table == nil then table.insert(outputs, '<nil>') elseif type(_table) == 'table' then for k, v in pairs(_table) do local output if type(v) == 'table' then output = tableToString(v) else output = tostring(v) end table.insert(outputs, tostring(k) .. "=" .. outp…”的新页面