我在使用 iframe 时遇到问题,我实际上并没有为 iframe 设置源,而是使用 jQuery 插入我想要的 html,但我的实际问题是我不知道如何包含样式工作表到 iframe。
检查下面的代码:
<button id="print1" onclick=" $('#frame1').contents().find('body').html($('#div1').html() + $('#tabs-4').html() + $('#tabs-5').html()+ $('#tabs-6').html() ); window.frames['frame1'].print();">Print full report</button>
<iframe id="frame1" style="visibility:hidden;" height=1px></iframe>