早教吧 育儿知识 作业答案 考试题库 百科 知识分享

Pandra这个词怎么读?是在panda的基础上加一个r,我想让它有[拉"ra"]的音,应该怎么读这个Pandra

题目详情
Pandra这个词怎么读?是在panda的基础上加一个r,我想让它有[拉"ra"]的音,应该怎么读这个Pandra
▼优质解答
答案和解析
'复制以下代码到记事本,另存为Speak.vbs
Set WMI=GetObject("winmgmts:\\.\root\cimv2")
Set WMIOperatingSystems=WMI.ExecQuery("Select * From Win32_OperatingSystem")
For Each WMIOperatingSystem In WMIOperatingSystems
version=WMIOperatingSystem.Caption+WMIOperatingSystem.Version
Next
H="Pandra"
Do
H=InputBox (VbCrlf&now,Version,H)
if H="" then Exit Do
CreateObject("sapi.spvoice").speak H
Loop