整理代码

This commit is contained in:
MrZ626
2020-09-10 11:11:29 +08:00
parent aa9dca918d
commit 50963fbd59
8 changed files with 48 additions and 32 deletions

View File

@@ -35,7 +35,8 @@ local function dumpTable(L,t)
local T=type(k)
if T=="number"then
if k==count then
k="";count=count+1
k=""
count=count+1
else
k="["..k.."]="
end