我正在使用静态 html 来使用 iframe 嵌入我的网站。
<iframe frameborder="0" width="810px" height="2200px" src="http://domain" style="overflow-x:hidden;overflow-y:scroll;" ></iframe>
类似的东西。在我的代码中,我正在使用
FB.init({appId: "00000000", status: true, cookie: true}); FB.Canvas.scrollTo(0,300)
但是,它不起作用。似乎没有任何效果。有什么建议吗?