# coding=utf-8 import pyttsx3 text='I love you 韩长菊' voice=pyttsx3.init() voice.say(text) voice.runAndWait()
posted on 2019-12-18 20:35 gisai 阅读(143) 评论(0) 编辑 收藏 举报