gpt4 book ai didi

sockets - lua http.request 返回尝试索引全局 'http'(一个 nil 值)

转载 作者:行者123 更新时间:2023-12-01 12:30:12 25 4
gpt4 key购买 nike

我只是尝试简单的lua代码:

local http = require("socket.http")
local b, c, h = http.request("http://www.example.com/")

但我收到此错误:
stdin:1: attempt to index global 'http' (a nil value)
stack traceback:
stdin:1: in main chunk
[C]: ?

luasocket 已安装,lua 找到了,有人可以帮忙吗?

最佳答案

lua repl 在它自己的上下文中运行每一行。局部变量不会从一行到另一行。将本地放在第一行和 http将在 repl 的第二行中可用。

b , ch是 nil 听起来像是由于某种原因调用失败。

关于sockets - lua http.request 返回尝试索引全局 'http'(一个 nil 值),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34946979/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com