浏览器朗读 Posted on 2026-08-03 In Coding 12345<script> let synth = window.speechSynthesis; var utterThis = new SpeechSynthesisUtterance('文字');</script><button onclick="synth.speak(utterThis);">点击</button> 点击