韩梦飞沙 韩亚飞 [email protected] yue31313 han_meng_fei_sha
csdn 栏目 音乐
csdn 添加 音乐
=======
<embed src="//music.163.com/style/swf/widget.swf?sid=437250704&type=2&auto=1&width=320&height=66" width="340" height="86" allowNetworking="all"></embed>
这种代码不管用了。
可是上回明明看见别人博客是可以的。
以后当时看到的一定要把握住。 免得出现现在的问题。
怎么拦截 提交后的程序
应该是有个检查, 需要拦截。
之前有人弄,估计是因为之前没有检查。
哪些标签src
<iframe frameborder="0" id="auto-id-7lH01CF6lZR36hty" style="display: none;" src="http://mail.163.com/app/cloudmusic/proxy.html"></iframe>
<script src="//s3.music.126.net/sep/s/2/core.js?18fddf518853baa4e7de6445e7a9717b" type="text/javascript"></script>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="330" height="86" src="//music.163.com/outchain/player?type=2&id=437250704&auto=1&height=66&bg=e8e8e8"></iframe>
=====
- <audio src="http://你的.mp3" controls="controls" autoplay="autoplay" loop="loop">
- Your browser does not support the HTML5 audio tag.
- </audio>
=======
下面 这两个连接, 虽然他们是成功的,但是现在 不能用了。
给俺的 CSDN 博客加背景音乐 - 高大尚的《心经》背景音乐
======
如何在个人主页里插入音乐 - jingbin_的博客 - CSDN博客
========
人主页里插入喜欢的音乐有木有感觉很Cool呢,这里推荐四种形式:
- 1、MarkDown里插入单曲
- 2、MarkDown里插入歌单列表
- 3、MarkDown里插入歌单列表,宽度自适应且自动播放
- 4、新建菜单栏,以网页的形式插入
MarkDown里插入单曲
对应的字符串:
<object width="340" height="86" data="http://music.163.com/style/swf/widget.swf?
sid=445154960&type=2&auto=0&width=320&height=66"
type="application/x-shockwave-flash"></object>
- 1
- 2
- 3
- 1
- 2
- 3
注意删掉中间的换行符。
然后进入https://music.163.com/
搜索自己要添加的音乐然后找到id,替换即可。见下图:
MarkDown里插入歌单列表
对应字符串:
<object width="330" height="450" data="http://music.163.com/style/swf/widget.swf?
sid=108250019&type=0&auto=0&width=310&height=430"
type="application/x-shockwave-flash"></object>
- 1
- 2
- 3
- 1
- 2
- 3
与上面的步骤类似,找到要添加的歌单的id,更换即可:
MarkDown里插入歌单列表,宽度自适应且自动播放
对应字符串:
<iframe frameborder="no" border="0" marginwidth="0"
marginheight="0" width="600" height="330" src="http://music.
163.com/outchain/player?
type=0&id=572758458&auto=1&height=430"></iframe>
- 1
- 2
- 3
- 4
- 1
- 2
- 3
- 4
操作一样,只是引入的字符串变了而已。
=======
<audio src="http://down.fodizi.com/fjnsmp3/%E3%80%8A%E9%87%91%E5%88%9A%E7%BB%8F%E3%80%8B%E9%BB%84%E6%85%A7%E9%9F%B3.mp3" controls="controls" loop="loop">
Your browser does not support the HTML5 audio tag.
</audio>
这个也不行了。 以前可以,现在不行了。
=======
=====