多线程示例
摘要:
#!/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 阅读(105) 评论(0) 推荐(0)
posted @ 2018-06-26 16:42 风-fmgao 阅读(105) 评论(0) 推荐(0)
posted @ 2018-06-26 15:39 风-fmgao 阅读(199) 评论(0) 推荐(0)
posted @ 2018-06-26 15:09 风-fmgao 阅读(191) 评论(0) 推荐(0)