摘要: ```python #!/usr/bin/env python import threading from time import sleep,ctime loops = [4,2] #待使用的参数 def loop(nloop,nsec): '''创建函数''' print 'start loop',nloop,'at:',ctime() sleep(nsec)... 阅读全文
posted @ 2018-07-26 21:24 Makki 阅读(74) 评论(0) 推荐(0) 编辑