#!/usr/bin/python # -*- coding: UTF-8 -*- # 文件名:client.py import socket # 导入socket 模块 s = socket.socket() # 创建socket 对象 host ...
確定! 回上一頁