我正在研究webpage,在其中我要从情节列表中获取最新的情节。目前,我正在通过更改iframe中的高度来获取最新剧集。
该页面的代码为:
<p> Latest Episode </p>
<iframe width="100%" height="150" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/755451006&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<p> All Episodes </p>
<iframe width="100%" height="450" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/755451006&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
为了获取最新一集,我刚刚更改了高度。我不确定这是否是长期解决方案。
问题陈述:
我想知道我需要在上面的代码中进行哪些修改,以便可以从情节列表中获取最新的情节。