2019年11月21日

python-多线程

摘要: 通过用threading模块的Thread类创建线程 创建线程常用的两个参数:target和args target表示线程要运行的函数名,不需要加括号'()' args表示target的函数所需的入参,类型时元组'(xxx,)',函数无入参时该参数可省略 import time import thr 阅读全文

posted @ 2019-11-21 20:07 「枫」 阅读(125) 评论(0) 推荐(0) 编辑

导航