2016年3月8日

socket模块

摘要: 1 1.1 server: #!/use/local/env python# -*- coding:utf-8 -*-import socketip_port = ('127.0.0.1', 9999)#ip_port = ('0.0.0.0', 9999) #所有IPsk = socket.soc 阅读全文

posted @ 2016-03-08 08:21 林肯公园 阅读(405) 评论(0) 推荐(0)

导航