server.lua #!/usr/bin/lualocal socket = require("socket")host, port = "127.0.0.1", 9090server = assert(socket.bind(host, port))ack.
確定! 回上一頁