用css的border:none来去掉iframe的边框在IE下起不了作用
将iframe的frameborder属性的值设为no就可以
<iframe frameborder="no"></iframe>
iframe无边框(隐藏边框)
最新推荐文章于 2025-07-12 16:41:47 发布
用css的border:none来去掉iframe的边框在IE下起不了作用
将iframe的frameborder属性的值设为no就可以
<iframe frameborder="no"></iframe>