表现形式一:单曲播放
调用代码:
1.
<iframe frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ width=100% height=86 src=”http://music.163.com/outchain/player?type=2&id=299757&auto=1&height=66″></iframe> |
参数说明:
播放器可修改参数: |
width=100% #自适应宽度 |
height=86 #根据自己喜好修改 |
id=299757 #为歌曲的ID http://music.163.com/#/song?id=299757 |
auto=0 #0为不自动播放,1为自动播放 |
效果图:
表现形式二:列表播放
调用代码:
1 | <iframe src=”http://music.163.com/outchain/player?type=0&id=34238509&auto=0&height=430″ width=”100%” height=”450″ frameborder=”no” marginwidth=”0″ marginheight=”0″></iframe> |
参数说明:
播放器可修改参数: width=100% #自适应宽度 height=450 #根据自己喜好修改 id=34238509 #为歌曲列表页的ID ,例如:http://music.163.com/#/playlist?id=34238509 auto=0 #0为不自动播放,1为自动播放 |
效果图
转载自网络
原文链接:https://molure.cn/suiyue/327.html
© 版权声明
THE END
暂无评论内容