2022年7月4日
摘要: import threadpool def hello(name): for i in range(0,5): print(name+str(i)) if __name__ == "__main__": # print(hello("test")) val_pool=[] for i in rang 阅读全文
posted @ 2022-07-04 20:19 该用户很懒 阅读(275) 评论(0) 推荐(0) 编辑