<script type="text/ecmascript"> 
var VoiceObj = new ActiveXObject("Sapi.SpVoice"); 
function SpeakText() {
    var my_test = 'Who are you';
    VoiceObj.Speak(my_test, 1);
}
SpeakText(); 
</script>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-09-02
猜你喜欢
  • 2021-05-30
  • 2021-08-25
  • 2021-12-26
  • 2022-02-26
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案