Results 5 comments of hyd

第三行不是 require "httppack"吧

httppack是编译出来的

I have the same problem

原来的问题更新代码后没有了,跟着出现了这个BUG local t = conf.new { test = { {a="1"},{b="1"},{c="1"}} } local box = conf.box(t) for k,v in pairs(box.test) do print(k,v) end 直接出错了