Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有任何方法可以通过javascript确定我的mp3歌曲的持续时间,以便我可以根据embed标签中第一首歌曲的结束时间播放embed标签中的下一首歌曲。
不,没有。<embed>没有标准的 API 来获取有关嵌入内容的任何信息。<audio>如果您想要那种数据,请使用一个元素。
<embed>
<audio>