server.lua. socket = require("socket"); host = host or "127.0.0.1"; port = port or "8383"; server = assert(socket.bind(host, ...
確定! 回上一頁