网页背景音乐设置 一、添加背景音乐时,一般会用到两种标签: 1、<bgsound> 2、<embed> 二、一般用法 : <bgsound src="音频源" autostart="true" loop="false" /> ...