Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个代码来动态调整 IFrame(按其内容)的大小以与 Google Chrome 一起使用。我尝试了所有找到的代码,但都失败了。有人能帮我吗?
这适用于所有 Chrome、IE 和 FF。(我没有在其他浏览器上测试过)
$(function () { $('iframe').height($('iframe').contents().height()); });