python3.* socket例子
摘要:
On Server: # -*- coding: utf-8 -*-#this is the server import socketif "__main__" == __name__: try: sock = socket.socket(socket.AF_INET,socket.SOCK_STR 阅读全文
posted @ 2016-12-26 16:12 吃咯 阅读(338) 评论(0) 推荐(0)
浙公网安备 33010602011771号