2016-04-20

阅读

如何把 Callback 接口包装成 Promise 接口

作为20年开源老兵,我看开源这些年

意识到了自己没有办法成为 top 1% 的程序员,还应该选择程序员的道路么

聚沙

Web Speech Api

语音识别

语音合成

1
2
var words = new SpeechSynthesisUtterance('Uncharted 4: A Thief\'s End');
window.speechSynthesis.speak(words);

Comments