div id="myTime">
摘要: 1 # from multiprocessing import Process,Pipe 2 # def func(conn1,conn2): 3 # msg = conn2.recv() 4 # msg2 = conn1.recv() 5 # print(msg) 6 # print(msg2) 阅读全文
posted @ 2018-11-29 16:37 lowen107 阅读(114) 评论(0) 推荐(0) 编辑