WELCOME来到ZP博客空间!

任何一个伟大的目标,都有一个微不足道的开始。
摘要: 通过python实现简单的聊天,你也可以试试,挺好玩的! 阅读全文
posted @ 2020-04-29 10:27 飞进少年 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 1 import requests 2 import time 3 import threading 4 def Thread(): 5 url = ['https://blog.csdn.net/qq_40822132/article/details/105361968', 6 'https:// 阅读全文
posted @ 2020-04-29 10:24 飞进少年 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 1 import threading 2 import time 3 4 class MyThread(threading.Thread): 5 def __init__(self,num): 6 threading.Thread.__init__(self) 7 self.num=num 8 de 阅读全文
posted @ 2020-04-29 09:34 飞进少年 阅读(250) 评论(0) 推荐(0) 编辑