iframe內容重新整理

忘塵天外天發表於2019-02-14

經常有巢狀的iframe的內容無法及時重新整理,需要手動重新整理,這時候就需要獲取iframe,然後呼叫物件的reload,

document.getElementById(iframe的id).contentWindow.location.reload(true).    內嵌頁面可重新整理內容。

相關文章