經常有巢狀的iframe的內容無法及時重新整理,需要手動重新整理,這時候就需要獲取iframe,然後呼叫物件的reload,
document.getElementById(iframe的id).contentWindow.location.reload(true). 內嵌頁面可重新整理內容。
經常有巢狀的iframe的內容無法及時重新整理,需要手動重新整理,這時候就需要獲取iframe,然後呼叫物件的reload,
document.getElementById(iframe的id).contentWindow.location.reload(true). 內嵌頁面可重新整理內容。