摘要: ``` local function f( ... ) print('hello') end local x = string.dump(f, true) loadstring(x)() ``` 阅读全文
posted @ 2016-09-24 10:09 LisPythoniC 阅读(456) 评论(0) 推荐(0) 编辑