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