标签:message ice pytho put sage win while 输入 dispatch
#coding:utf8 import win32com.client speaker = win32com.client.Dispatch("SAPI.SpVoice") while True: message=input("请输入内容:") speaker.Speak(message)
标签:message ice pytho put sage win while 输入 dispatch
原文地址:http://www.cnblogs.com/drchen/p/7903644.html