Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是在我的世界中,所以有些代码可能没有意义。
运行时它说第 77 行正在调用一个 nil 值
http://pastebin.com/RqWDpVqD
(对不起pastebin,但这里的代码相当大)
我在任何地方都看不到你需要一个实现“http”表/用户数据的文件,而且你永远不会在 getHttpBody() 的范围之外声明 http,所以 http 是一个 nil 值。因此,您尝试在尚未定义的变量 http 上调用函数 request()。
看起来您只是忘记了需要必要的文件。