使用 widow 自带 的 Speech Synthesis
var utterThis = new window.SpeechSynthesisUtterance("你好,欢迎存车");
window.speechSynthesis.speak(utterThis);
使用 widow 自带 的 Speech Synthesis
var utterThis = new window.SpeechSynthesisUtterance("你好,欢迎存车");
window.speechSynthesis.speak(utterThis);