当同一页面上的iframe完全加载时,是否有一种方法可以触发功能。 最佳答案 尝试onload事件例:document.getElementById('ifrm').onload = function() { // put your code here }