socket.bind(address):Server 端用來綁定指定IP 與Port。 socket.listen(backlog):設定最大的連線數量。(這邊的backlog 就是指定 ...
確定! 回上一頁