摘要:1 #!/usr/bin/env python 2 #_*_coding:utf-8_*_ 3 #Author:Tiger At 4 5 import socket #导入socket模块 6 7 8 def main(): 9 sock = socket.socket(socket.AF_INET
阅读全文
posted @ 2019-02-14 17:58
02 2019 档案
摘要:1 #!/usr/bin/env python 2 #_*_coding:utf-8_*_ 3 #Author:Tiger At 4 5 import socket #导入socket模块 6 7 8 def main(): 9 sock = socket.socket(socket.AF_INET
阅读全文
posted @ 2019-02-14 17:58
|
||