function download_json(host, file) local c = assert(socket.connect(host, 80)) c:send("GET "..file.." HTTP/1.1\r\nUser-agent: "..socket.
確定! 回上一頁