SpeechSynthesisUtterance设置lang为ja时,罗马音分开单个转化

var utterThis = new window.SpeechSynthesisUtterance('き');
utterThis.lang = 'ja';
window.speechSynthesis.speak(utterThis);

posted on 2020-04-19 19:30  z102410  阅读(521)  评论(0)    收藏  举报