分类: 开发小知识

14 篇文章

ctftime读取最新比赛
a=os.popen("curl https://ctftime.org/event/list/upcoming") #使用a接收返回值 #print(a.readlines()) for key in a.readlines(): pattern0 = r'(.*) teams will participate�…