摘要: #coding=utf-8import threadingfrom time import ctime,sleepdef music(func): for i in range(2): print "I was listening to %s. %s" %(func,ctime(... 阅读全文
posted @ 2015-06-08 14:14 jp927 阅读(270) 评论(0) 推荐(0) 编辑