怎样在博客里面插入音乐???

来源:百度知道 编辑:UC知道 时间:2024/05/29 04:22:58
急急急...哪位人氏知道?

要用代码
发表文章时选中那个“显示源代码”
插入这段信息
<embed src=音乐链接地址 width=200 height=80 type=audio/mpeg loop="true" autostart="false">
中间是歌的链接
loop是是否重复播放
autostart是是否自动播放
用true和false回答