多线程示例
摘要:
#!/usr/bin/python3# -*- coding: utf-8 -*-# @Time : 2018/6/26 14:36# @File : 多线程.pyimport threadingfrom time import ctime, sleepdef music(name): for i 阅读全文
posted @ 2018-06-26 16:42 风-fmgao 阅读(101) 评论(0) 推荐(0) 编辑
posted @ 2018-06-26 16:42 风-fmgao 阅读(101) 评论(0) 推荐(0) 编辑
posted @ 2018-06-26 15:39 风-fmgao 阅读(190) 评论(0) 推荐(0) 编辑
posted @ 2018-06-26 15:09 风-fmgao 阅读(187) 评论(0) 推荐(0) 编辑