摘要: import pygame.mixer from tkinter import * sounds = pygame.mixer sounds.init() def wait_finish(channel): while channel.get_busy(): pass def button_click1(): s = sounds.Sound("chimes... 阅读全文
posted @ 2017-08-21 23:48 aWolfMan 阅读(221) 评论(0) 推荐(0) 编辑