<audio src="{$info['voice_url'][0]['url']}"type="audio/mp3" controls="controls" controlsList="nodownload" oncontextmenu="return false" autoplay>
Your browser does not support the audio element.
</audio>
自己在百度找来的,加在原来的代码中,起作用了。