10 2021 档案

摘要:#前言 捡起来Python的东西,编写批量脚本有点忘记了 #资源竞争的原因 import threading import time def add_a(count): global num print('a是'+str(num)) for i in range(count): num += 1 p 阅读全文
posted @ 2021-10-27 23:54 yunying 阅读(664) 评论(0) 推荐(0)