1

如何将元素 iframe 放入 iframe?JS HTMLColletiion 获取 0 元素返回未定义?

<script>
    var iframe = document.getElementsByTagName('iframe');
    var gbooking = document.getElementById('GbookingWidget');
    console.log(gbooking); //null
    console.log(iframe); // HTMLCollection
    console.log(iframe[0]); //undefined
    console.log(iframe.item(0)); //null
</script>

控制台 html

4

0 回答 0