我不想使用,string.reverse()
而是想创建自己的方式。但我失败了。我哪里做错了:
function wait(n)
local now = os.time()
while os.time() - now < n do end
end
sit = "1234 1234"
function revers(sit)
wait(1)
local table = { " nil "}
print(#sit, os.date("%M"))
while #table < #sit do
table.insert(table, #table+1, sit:find(".", #sit))
print(#table, #sit)
wait(1)
end
end
revers(sit)