scrollTo (0,0); 滚动到它们 现在,此页面已加载到 iframe 中,并且 window.scrollTo(0,0); 不起作用。我尝试了所有可能的方法,例如 window.parent.scrollTo(0,0); 或 ...
確定! 回上一頁