js两⾏代码实现浏览器语⾳播报⽂字
<script type="text/javascript">
var msg =new SpeechSynthesisUtterance("输⼊要朗读的⽂字");
window.speechSynthesis.speak(msg);
</script>
html代码转链接亲测edge浏览器可⾏