与LuaSocket 合作,此代码有效: local socket = require'socket' local server = socket.bind('*',51423) local client = server:accept() 但此代码失败:
確定! 回上一頁