摘要: import time, threading def demo1(value1, value2=None): print("%s threading is printed %s, %s"%(threading.current_thread().name, value1, value2)) time. 阅读全文
posted @ 2019-10-14 16:19 乔儿 阅读(134) 评论(0) 推荐(0)