HTML添加背景音乐代码

<bgsound src="1.mp3" autostart=true loop="-1" /> 后台背景音乐 autostart 是自动播放的意思 loop是循环播放次数,-1是无限循环的意思 <embed src="1.mp3" width="1000" height="100"></embed> 这个是插件听歌的代码,能够在网页中显示一个播放中止的按钮。web
相关文章
相关标签/搜索