lua 序列化函数

local function f( ... )
    print('hello')
end
local x = string.dump(f, true)
loadstring(x)()
posted @ 2016-09-24 10:09  LisPythoniC  阅读(453)  评论(0编辑  收藏  举报