有没有办法在style
内阅读body
的{{1}}属性?
我尝试过使用iFrame
,Body
,NativeElement
和其他Frame
的多种组合,但到目前为止我没有运气。
Properties
示例:
<iframe id="iFrame" width="100%" height="500" frameborder="0" src="some source">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body style="margin: 0px; padding: 0px;height:500px;">
</body>
</html>
</iframe>
答案 0 :(得分:0)
iframe可能在另一种形式内,你试过吗?
它发生在我身上,iframe的形式不同(嵌套形式)