在iframe里面刷新父窗口的另一个iframe用JS怎么实现

2025-01-04 12:38:26
推荐回答(1个)
回答1:

window.parent.frames["otherFrame"].document.location.reload();