Python专区 python线程指南 # encoding: UTF-8 import thread import time# 一个用于在线程中执行的函数 def func(): for i in range(5): ... 27/11/2016 2,833 views 发表评论 阅读全文