我正在尝试与Lua的服务器通信以验证用户身份.这是我的请求函数的样子: function http.send(url) local req = require("socket.http") local b, c, ...
確定! 回上一頁