村网通总站 小水塘村 528764.nync.com 欢迎您!
代码模版是:
<iframe src="http://music.taihe.com/song/565825582?isshare=1"
frameborder=0 width=0 height=0>
</iframe>
找到歌曲的网址后,替换src后面的网址,代码就可以使用了;
关键:千千音乐要想自动播放,网址要以“?isshare=1”结尾;
============================---
首先打开百度音乐,也就是千千音乐,也就是之前的千千静听
============================---
比如要搜尚雯婕的一首歌《鹿 be free》,找到歌曲后,看地址栏的网址,如若网址如下:
http://music.taihe.com/song/565825582 则需要加工一下,网址后加上“?isshare=1”:
http://music.taihe.com/song/565825582?isshare=1 然后放到模版代码里,就可以用了;完整代码如下:
<iframe src="http://music.taihe.com/song/565825582?isshare=1"
frameborder=0 width=0 height=0>
</iframe>
有代码了,那么就使用吧!
============================---
预览效果:因为设置了宽高都是0,所以是隐藏的,会自动播放,不能暂停,只能作为背景音乐。
教程结束!