Server : #!/usr/bin/env python3 # -*- coding: utf-8 -*- import socket import random #創建實例 fd = socket.socket() # 定義綁定ip和port ip_port ...
確定! 回上一頁