lua 中socket 通信示例,server.lua#!/usr/bin/lualocalsocket=require("socket")host,port="127.0.0.1",9090server=assert(socket.bind(host ...
確定! 回上一頁