摘要: from aip import AipSpeech import os from tkinter import * #TK可视化 import threading app=Tk() app.title('语音播报V1.0') app.geometry('600x700') v1 = StringVar() text1 = Text(app,width=50,height=50) """ 你的... 阅读全文
posted @ 2019-08-09 17:27 GreenHand_lbz 阅读(1349) 评论(0) 推荐(0)