我的代碼每3秒刷新一次iframe而不是onclick。 代碼: function reloadIFrame() { setInterval(function(){window.frames['frame'].location.reload();},3000); } ...
確定! 回上一頁