调整 iframe 的大小以适应其内容 假设frame表示 iframe 元素。 12345678frame.addEventListener('load', function () { // Get the height of the content const height = frame.contentDocument.body.scrollHeight; // Set the height of iframe frame.setAttribute('height', `${height}px`);}); #js 调整 iframe 的大小以适应其内容 https://huangzunxue998.top/2023/04/14/调整-iframe-的大小以适应其内容/ Author 黄dada Posted on April 14, 2023 Licensed under tab切换返回到跳转前得tab选项卡处 Previous 跨域问题处理 Next Please enable JavaScript to view the comments