摘要:
#python udp client#!/usr/bin/python# -*- coding: UTF-8 -*-# from socket import * import osimport time HOST = 'localhost' PORT = 5015 BUFSIZE = 10... 阅读全文
posted @ 2014-12-18 18:11
城市*斗士(技术)
阅读(417)
评论(0)
推荐(0)