我尝试了很长时间使用 jquery 来设计这个简单的 soundcloud 播放器示例。
<html>
<head>
<title>test</title>
</head>
<body>
<iframe id="player" width="300px" height="50px" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F60778614&auto_play=false&show_artwork=false&color=ff7733&show_bpm=true"></iframe>
<script>
$('#player').contents().find('body').hide();
</script>
</body>
</html>
(我只想更改 .singleTrack 和 #widget 中的背景颜色,但没有任何效果)有人可以帮我吗
多谢