摘要:
TTS 直接传入文字 MediaElement mediaElement = new MediaElement(); var synth = new Windows.Media.SpeechSynthesis.SpeechSynthesizer(); Windows.Media.SpeechSynt 阅读全文
posted @ 2017-10-23 17:43
wgscd
阅读(274)
评论(0)
推荐(0)
摘要:
文章转载来自:https://yq.aliyun.com/articles/842 还可以像下面这样哦,通过WrapGrid来决定这些Item的摆放方式。 <Grid Name="grid1" Background="{ThemeResource ApplicationPageBackgroundT 阅读全文
posted @ 2017-10-23 16:09
wgscd
阅读(1011)
评论(0)
推荐(0)
摘要:
' 'write file Dim nHandle As Integer, fName As String fName = "d:\1.txt" nHandle = FreeFile Open fName For Output As #nHandle Print #nHandle, "0" Prin 阅读全文
posted @ 2017-10-23 14:41
wgscd
阅读(13938)
评论(0)
推荐(0)