怎么在html 制作的页面中添加音乐,代码中插入音乐
放在标签title下
```html <embed src="music/summer.flac" hidden="true" autostart="true" loop="true">
```