摘要: # -*- coding: utf-8 -*-import _thread from time import sleep, ctime def fun1(): sleep(2) print('aaaaaaaaaa') def fun2(): sleep(1) print('bbbbbbbbb') d 阅读全文
posted @ 2017-11-15 21:08 MARSdoubleZ 阅读(144) 评论(0) 推荐(0) 编辑