我有一个包含IFrame和一个Button的网页,一旦按下按钮,我需要刷新IFrame。如果可能的话,这可能吗?我搜索了,找不到任何答案。
var iframe = document.getElementById('youriframe'); iframe.src = iframe.src;