如何让标签可以根据内容自动调整大小?已使用css样式调整了最小宽度和高度
css没搞,需要用js来调整iframe容器的高度,并且不能跨域
<iframe onload="var doc=this.contentWindow.document;this.style.height=Math.max(doc.body.scrollHeight,doc.documentElement.scrollHeight)+'px'"..............