【发布时间】:2019-11-28 19:21:32
【问题描述】:
我正在尝试从 iframe 框中删除灰色边框,但遇到了困难
代码如下,已删除源代码。我还附上了显示边框的screenshot
<!DOCTYPE html>
<html>
<head>
<style></style>
</head>
<body>
<iframe
frameborder="0"
height="100%"
src=""
width="100%"
>
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
【问题讨论】:
-
可以给我们出处吗?