The function must be a Lua function without upvalues. function f () print "hello, world" end s = string.dump (f) assert (loadstring (s)) () --> hello, world
確定! 回上一頁