摘要: 一、多线程import threadingfrom time import ctime,sleepdef music(func): for i in range(2): print("I was listening to %s. %s" %(func,ctime())) ... 阅读全文
posted @ 2015-12-17 03:27 罗兵 阅读(626) 评论(1) 推荐(0) 编辑