网页中嵌入网易云音乐播放器
1,实现效果
播放器有两种界面,也就是两种形式的。
1.1,第一种
1.2,第二种
2 代码实现
2.1 第一种
<iframe frameborder="0" border="1"
marginwidth="0" marginheight="0"
width=333 height=77
src="//music.163.com/outchain/player?type=2&id=33166539&auto=1&height=66">
</iframe>
2.2 第二种
<iframe frameborder="0" border="1"
marginwidth="0" marginheight="0"
width="100%" height="450"
src="//music.163.com/outchain/player?type=2&id=2175282&auto=1&height=80">
</iframe>
3. 解释说明
id:歌曲id
auto:0/1
0表示打开网页的时候不自动播放;
1表示打开网页的时候自动播放。
---------------------
作者:weixin_39175602
来源:CSDN
原文:https://blog.csdn.net/weixin_39175602/article/details/78576378
版权声明:本文为博主原创文章,转载请附上博文链接!