Skip to content

Instantly share code, notes, and snippets.

@diaowinner
Created May 9, 2020 14:45
Show Gist options
  • Save diaowinner/a9a29b31be81b23c0871bb5f373bc90f to your computer and use it in GitHub Desktop.
Save diaowinner/a9a29b31be81b23c0871bb5f373bc90f to your computer and use it in GitHub Desktop.
网易 云 音乐 插件 外链 播放 器 代码 示例 (Netease Cloud Music Player Code Example)
<!DOCTYPE HTML>
<html>
<head>
<title>网易云歌单示例</title>
</head>
<body>
<!--以下放入你的iframe代码(没有</iframe>)-->
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=450 src="//music.163.com/outchain/player?type=0&id=5010936670&auto=0&height=430">
<!--以上放入你的iframe代码(没有</iframe>)-->
<div align="center">你的浏览器不支持HTML5,请尽快升级!</div><br />
<!--以下放入你的embed代码-->
<embed src="//music.163.com/style/swf/widget.swf?sid=5010936670&type=0&auto=0&width=310&height=430" width="330" height="450" allowNetworking="all"></embed>
<!--以上放入你的embed代码-->
</iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment