服務器 import socket server = socket.socket() # 聲明socket類型,同時生成socket連接對象 server.bind(('localhost', 6969)) # 綁定要監聽的端口此 ...
確定! 回上一頁