我没有使用iframe的api,只是简单地嵌入iframe。
<iframe id="ytplayer" type="text/html" width="640" height="360"
src={`https://www.youtube.com/embed/?listType=playlist&list=PLAYLISTID`}
frameBorder="0" allowFullScreen></iframe>
有没有办法在不实施iframe API的情况下调用函数player.getPlaylistIndex():Number
?