audio 标签可以解析,但无法播放,且音频文件时间和标题描述均显示不正确。 HTML 富文本内容: ```html <audio title="标题" desc="描述" src="https://media.lycheer.net/lecture/25840237/5026279_1509614610000.mp3?0.1"></audio> ``` wxml ```html <wxAudio class="content" nodes="{{post.content}}" /> ``` 模拟器预览: 