摘要: # 线程#threading模块 创建 线程# import os# import time# from threading import Thread# 多线程并发# def func(a,b):# global g# g = 0# print(g,os.getpid())## g = 100# 阅读全文
posted @ 2018-04-01 18:36 xuerh 阅读(152) 评论(0) 推荐(0) 编辑